formr_connect: Connect to formr

View source: R/connect_to_formr.R

formr_connectR Documentation

Connect to formr

Description

Connects to formr using your normal login and the httr library which supports persistent session cookies.

Usage

formr_connect(
  email = NULL,
  password = NULL,
  host = "https://formr.org",
  keyring = NULL
)

Arguments

email

your registered email address

password

your password

host

defaults to https://formr.org

keyring

a shorthand for the account you're using

Examples

## Not run: 
formr_connect(keyring = "formr_diary_study_account" )

## End(Not run)

rubenarslan/formr documentation built on Feb. 6, 2024, 1:18 a.m.