formr_user_detail: Download random groups

View source: R/connect_to_formr.R

formr_user_detailR Documentation

Download random groups

Description

formr collects information about users' progression through the run After connecting using formr_connect() you can download a table showing their progression through the run.

Usage

formr_user_detail(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

## Not run: 
formr_connect(email = 'you@example.net', password = 'zebrafinch' )
formr_user_detail(run_name = 'different_drills' )

## End(Not run)

rubenarslan/formr documentation built on Feb. 7, 2025, 6:31 a.m.