lazy_import_google_form: import_google_form

View source: R/lazy_helpers.R

lazy_import_google_formR Documentation

import_google_form

Description

Imports data from google forms (sheets). Expects study data to be in a specific format:

Usage

lazy_import_google_form(
  url,
  pre_questions,
  post_questions,
  nr_of_conditions,
  participant_column,
  verbose = FALSE
)

Arguments

url

the spredsheet url

pre_questions

the number of pre question columns

post_questions

the number of post question columns

nr_of_conditions

the number of conditions

participant_column

the column number containing the participant id.

verbose

defaults to FALSE

Details

0:n pre questions (demographics etc.) 0:n questions per condition for 0:n conditions 0:n post study questions


flomuedev/summarize documentation built on May 22, 2024, 2:23 a.m.