View source: R/connect_to_formr.R
formr_items | R Documentation |
After connecting to formr using formr_connect()
you can download items using this command. One of survey_name or path has to be specified, if both are specified, survey_name is preferred.
formr_items(survey_name = NULL, host = formr_last_host(), path = NULL)
survey_name |
case-sensitive name of a survey your account owns |
host |
defaults to |
path |
path to local JSON copy of the item table |
## Not run:
formr_connect(email = 'you@example.net', password = 'zebrafinch' )
formr_items(survey_name = 'training_diary' )
## End(Not run)
formr_items(path =
system.file('extdata/gods_example_items.json', package = 'formr', mustWork = TRUE))[1:2]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.