README.md

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")


unicef-drp/CME.assistant documentation built on June 13, 2025, 8:06 p.m.