View source: R/connect_to_formr.R
formr_user_overview | R Documentation |
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.
formr_user_overview(run_name, host = formr_last_host())
run_name |
case-sensitive name of the run in which you randomised participants |
host |
defaults to |
## Not run:
formr_connect(email = 'you@example.net', password = 'zebrafinch' )
formr_user_overview(run_name = 'different_drills' )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.