Skip to content

Miscellaneous functions by Alexander Brenning

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.md
Notifications You must be signed in to change notification settings

alexanderbrenning/alexmisc

alexmisc

Lifecycle: experimental CRAN status

The alexmisc package contains Alexander Brenning’s miscellaneous utility functions.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("alexanderbrenning/alexmisc")

Example

This is a basic example which shows you how to solve a common problem:

library(alexmisc)
replace_umlaute("Jenalöbnitz")
#> [1] "Jenaloebnitz"
failed(try(sqrt("a"), silent = TRUE))
#> [1] TRUE
geocode_wiki_town("Jena")
#> Loading required package: magrittr
#> $name
#> [1] "Jena"
#> 
#> $latitude
#> [1] 50.92721
#> 
#> $longitude
#> [1] 11.58636
## basic example code

About

Miscellaneous functions by Alexander Brenning

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages