Description Usage Arguments Value Examples
Converts formhub form.json format to dataframe format. Dataframe has name, type, label columns.
1 | form_to_df(formJSON, keepGroupNames = TRUE)
|
formJSON |
formJSON that has been freshly read from JSON using JSONIO's fromJSON function. |
keepGroupNames |
for a question with name foo in group bar, keepGroupName=T will generate a name foo.bar, while keepGroupName=F will generate a name bar |
formDF
1 | good_eats_form_df <- form_to_df(fromJSON("~/Downloads/good_eats.json"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.