knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

CCMHr

The goal of CCMHr is to collect functions commonly used when working with CCMH data.

Installation

This package isn't on CRAN, so you'll need to use the devtools package to install it.

devtools::install_github("CCMH-PSU/CCMHr")

then load it

library(CCMHr)

Functions

Basic data cleaning

Advanced data cleaning

Plotting

Other CCMH functions

Other general functions

Data files

CCMHr also contains several data objects that can be loaded into R from the package.



CCMH-PSU/CCMHr documentation built on Jan. 31, 2024, 1:08 a.m.