Description Usage Arguments Value Examples
This function is a wrapper for a set of functions from the odkr
package.
1 2 3 4 5 6 7 8 9 10 |
id |
Form ID. Can be one of several form IDs used by the
different forms designed for the MCCT study -
|
username |
ONA server username credentials. For |
password |
ONA server password credentials. |
start |
Include data from submission dates after (inclusive) this
start date in export to CSV. Date format |
end |
Include data from submission dates before (exclusive) this date
in export to CSV. Date format is |
filename |
Filename to use for data without the CSV file extension. |
rep |
Logical. Does the form have repeat/s? Default FALSE. |
rep.name |
A vector of repeat names to read in the form. Default
is NULL. Must be specified if |
A data.frame corresponding to dataset corresponding to the form ID specified.
1 2 3 4 5 6 7 | ## Not run:
get_mcct_data(id = "baseline_mcct_final",
username = "validmeasures",
password = "6Y2-8yK-Nmk-Lbf",
filename = "main_form")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.