Description Usage Arguments Value Examples
This function downloads a dataset for the given form and username, and produces a formhubData Object.
1 | formhubDownload(formName, uname, pass = NA, ...)
|
formName |
formname on formhub.org for which we download the data |
uname |
formhub.org username |
pass |
formhub.org password, if the data and/or form is private |
... |
other parameters to pass onto formhubRead |
formhubDataObj a formhubData Object, with "data" and "form" slots
1 2 3 | good_eats <- formhubDownload("good_eats", "mberg")
good_eats # is a data frame of all the data
good_eats
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.