R/OuhscMunge-package.r
OuhscMunge.Rd
Thanks to Funders, including HRSA/ACF D89MC23154
OUHSC CCAN Independent Evaluation of the State of Oklahoma Competitive Maternal, Infant, and Early Childhood Home Visiting (MIECHV) Project., which evaluates MIECHV expansion and enhancement of Evidence-based Home Visitation programs in four Oklahoma counties.
The release version will eventually be available through CRAN by
running install.packages('OuhscMunge')
.
The most recent development version is available through GitHub by
running
devtools::install_github
(repo = 'OuhscBbmc/OuhscMunge')
(make sure devtools is already installed).
If you're having trouble with the package, please install the development version. If this doesn't solve
your problem, please create a new issue, or email Will.
if (FALSE) { # \dontrun{
# Install/update REDCapR with the release version from CRAN.
install.packages('OuhscMunge') #But it's not on CRAN yet.
# Install/update REDCapR with the development version from GitHub
#install.packages('devtools') #Uncomment if `devtools` isn't installed already.
devtools::install_github('OuhscBbmc/OuhscMunge')
} # }