Skip to contents

After connecting to formr using formr_connect() you can download data using this command.

Usage

formr_raw_results(survey_name, host = formr_last_host())

Arguments

survey_name

case-sensitive name of a survey your account owns

host

defaults to formr_last_host(), which defaults to https://rforms.org

Value

The survey's results before processing: a data.frame (or the raw parsed list).

Examples

if (FALSE) { # \dontrun{
# Not run: needs a live formr server and an authenticated session.
formr_raw_results(survey_name = 'training_diary' )
} # }