Description Usage Arguments Examples
Extract data by form from MACRO dataset. Data will be transformed to long format adding a new column of 'Visit'.
1 | extract_form(data, form, dlu)
|
data |
A data.frame from macro dataset. |
form |
Name of the form. |
dlu |
A DLU data.frame |
1 2 3 4 | ## Not run:
extract_form(full_dt, "LabResF", dlu)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.