formr_run_structure: Download run structure from formr

View source: R/connect_to_formr.R

formr_run_structureR Documentation

Download run structure from formr

Description

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

## Not run: 
formr_run_structure(run_name = 'training_diary' )

## End(Not run)

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