formr_item_displays: Download detailed result timings and display counts from...

Description Usage Arguments Examples

View source: R/connect_to_formr.R

Description

After connecting to formr using formr_connect() you can download detailed times and display counts for each item using this command.

Usage

1
formr_item_displays(survey_name, host = "https://formr.org")

Arguments

survey_name

case-sensitive name of a survey your account owns

host

defaults to https://formr.org

Examples

1
2
3
4
5
## Not run: 
formr_connect(email = 'you@example.net', password = 'zebrafinch' )
formr_item_displays(survey_name = 'training_diary' )

## End(Not run)

grebbel/formr_test documentation built on May 17, 2019, 8:34 a.m.