formr_shuffled: Download random groups

Description Usage Arguments Examples

View source: R/connect_to_formr.R

Description

formr has a specific module for randomisation. After connecting using formr_connect() you can download the assigned random groups and merge them with your data.

Usage

1
formr_shuffled(run_name, host = "https://formr.org")

Arguments

run_name

case-sensitive name of the run in which you randomised participants

host

defaults to https://formr.org

Examples

1
2
3
4
5
## Not run: 
formr_connect(email = 'you@example.net', password = 'zebrafinch' )
formr_shuffled(run_name = 'different_drills' )

## End(Not run)

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