Description Usage Arguments Value Examples
Joins all variables (across sources) by time_var into one dataframe, which is returned
1 | create_dataset(person, all_variables, time_var)
|
person |
an instantiated Person object |
all_variables |
list of variables in person to join, with structure list(source1 = c(var1, var2), source2 = c(var3, var4)) where source is a source of data as defined in a Person object, and var1 and var2 are variables from source1, while var3 and var4 are variables from source2 |
time_var |
the time variable to join the datasets across (time, date, or datetime) as a character |
one dataframe with all variables in all_variables, joined by time_var
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.