Skip to content

Collect some frequently used functions in CM

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

unicef-drp/CME.assistant

Repository files navigation

CME.assistant

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 some frequently used functions in CM

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Languages