Skip to content

unicef-drp/CME.assistant

Repository files navigation

CME.assistant

CRAN version

The goal of CME.assistant is to collect frequently used functions, mostly for data engineering, for internal use. The only package dependency is data.table.

Installation

To install from Github:

devtools::install_github("unicef-drp/CME.assistant")
# or if need vignette,
devtools::install_github("unicef-drp/CME.assistant", build_vignettes = TRUE)
library(CME.assistant)

Skip the recommended update of other packages if you don't like.

Alternative option: download the repo and compile the package locally. (Also need Rtools if not installed yet.)

To view vignette

devtools::install_github("unicef-drp/CME.assistant", build_vignettes = TRUE)
vignette(package = "CME.assistant")
vignette("CMEvignette1")

About

Collect frequently used functions

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Languages