loadCLSAData: Load CLSA Comprehensive and Tracking Datasets

Description Usage Arguments Value Author(s) Examples

View source: R/loadCLSAData.R

Description

Load the most recent comprehensive and tracking data sets. Note that the .csv files must already be saved on your computer before using this function. Make sure that the csv files containing the data are named as follows:

Usage

1

Arguments

path

The path to the folder containging the comprehensive and tracking .csv files

Value

A list of the comprehensive and tracking CLSA datasets in the following order:

  1. comprehensive

  2. tracking

Author(s)

Phil Boileau, philippe.boileau (at) rimuhc.ca

Examples

1
2
3
4
5
6
7
8
9
 
## Not run: 
dataList <- loadCLSAData(path = "C:/Users/Documents")

# tracking data set
cop3.2 <- dataList[[1]]
tra3.3 <- dataList[[2]]

## End(Not run)

gevamaimon/CLSAR documentation built on May 17, 2019, 1:53 p.m.