Skip to contents

After connecting to formr using formr_connect() you can download the study/run structure using this command.

Usage

formr_run_structure(run_name, host = formr_last_host())

Arguments

run_name

case-sensitive name of a run your account owns

host

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

Examples

if (FALSE) { # \dontrun{
formr_run_structure(run_name = 'training_diary' )
} # }