knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

CLSAR

CLSAR is a collection of R functions that makes working with CLSA data easier.

Installation

You can install CLSAR from github with:

install.packages("devtools")
library(devtools)
devtools::install_github("PhilBoileau/CLSAR")

List of Functions

summaryTable(vect, categories, catname, missingValues)
loadCLSAData(path)
compareNA(value1, value2)
gridArrangeSharedLegend(..., ncol, nrow, position)
createSexAgeCateg(ageVec, sexVec, categoryNum)
recodeVariable(varName, varVect, dataDict)


PhilBoileau/CLSAR documentation built on May 28, 2019, 2:43 p.m.