Download random groups
formr_user_overview.Rd
formr collects information about users' progression through the run
After connecting using formr_connect()
you can download a table showing where they are in the run.
Usage
formr_user_overview(run_name, host = formr_last_host())
Arguments
- run_name
case-sensitive name of the run in which you randomised participants
- host
defaults to
formr_last_host()
, which defaults to https://formr.org
Examples
if (FALSE) { # \dontrun{
formr_connect(email = 'you@example.net', password = 'zebrafinch' )
formr_user_overview(run_name = 'different_drills' )
} # }