Description Usage Arguments Details Value Examples
View source: R/load-data.R View source: R/load-data copy.R
This function serves to add variables to the master tibble dataframe. Variables are joined in on the id column.
1 |
new.path |
Path to Stata .dta file containing new variables |
old.data |
Tibble of old study data to merge with |
scaled |
Boolean indicating whether new data should be scaled |
mods |
List of paths to formatted csv files creating new adjustment
variables. Format of csv is detailed below. This parameter is
required. See |
filts |
List of path (singular) to formatted csv of the data filters to
be applied to the dataset. See |
See get.adjust()
for csv formatting details.
Tibble with new variables joined in.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.