qualtrics_surveys: pull surveys matching a pattern into a list of dataframes

View source: R/qualtrics.R

qualtrics_surveysR Documentation

pull surveys matching a pattern into a list of dataframes

Description

read all surveys from qualtrics accessible to api key provided in config see help(qualtircs_auth) for more on config format consider combining returned list with data.table::rbindlist or dplyr::bind_rows

Usage

qualtrics_surveys(
  name_pattern = ".*",
  active = T,
  config = "~/.qualtrics.ini",
  cautious_infer = FALSE
)

Arguments

name_pattern

- grep pattern to match against survey names (e.g. 'Covid')

active

- include only active surveys (default = T)

config

- where to read qualtrics settings

cautious_infer

- tryCatch qualtRics:::infer_data_types. lose metadata but read in when there are errors. NULL for no covert


LabNeuroCogDevel/LNCDR documentation built on Oct. 13, 2023, 4:31 a.m.