Read in selected variables specified through *.txt files from data sets to a list
1 | GLAD_select(clean_path, export_path, person, which, format)
|
clean_path |
Path to the folder containing the exported files. |
export_path |
Path to the data request folder, which should contain subfolders each represent a person who requests the data |
person |
The name of the person who requests the data |
which |
A character vector specifying paths to the *.txt files containing required variables. Each text file should correspond to and has the name of a questionnaire. The variables within each text file should be on seperate lines. |
format |
Format of exported data. It should be one of c('rds', 'sav', 'sas', 'feather', 'csv') |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.