fetch_survey_data: Fetch Survey Data From Formr

Description Usage Arguments Examples

View source: R/main.R

Description

Fetch Survey Data From Formr

Usage

1
2
3
4
5
6
7
fetch_survey_data(
  formr_email,
  formr_password,
  initial_survey_name,
  daily_survey_name,
  final_survey_name
)

Arguments

formr_email

string the mail address of the formr account

formr_password

string the password of the formr account

initial_survey_name

string the internal formr name of the initial survey

daily_survey_name

string the internal formr name of the daily survey

final_survey_name

string the internal formr name of the final survey

Examples

1
fetch_survey_data("test@test.de", "passwort123", "initial_survey", "daily_survey")

tud-ise/wellbeing-study-helper documentation built on Dec. 23, 2021, 1:02 p.m.