knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
CLSAR is a collection of R functions that makes working with CLSA data easier.
You can install CLSAR from github with:
install.packages("devtools") library(devtools) devtools::install_github("PhilBoileau/CLSAR")
summaryTable(vect, categories, catname, missingValues) loadCLSAData(path) compareNA(value1, value2) gridArrangeSharedLegend(..., ncol, nrow, position) createSexAgeCateg(ageVec, sexVec, categoryNum) recodeVariable(varName, varVect, dataDict)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.