setup_survey_sheet: Setup survey infrastructure in Google Drive and Google Sheets

View source: R/survey_setup.R

setup_survey_sheetR Documentation

Setup survey infrastructure in Google Drive and Google Sheets

Description

This function takes in a survey name, e.g. "GLI", and will create a folder in Google Drive with a corresponding Google Sheet for all survey data to be written.

Usage

setup_survey_sheet(survey_name)

Arguments

survey_name

The name of the new survey to create

Value

NA; used to establish survey infrastructure with Google Drive and Sheets.

Examples


if (interactive()) {
setup_survey_sheet("testSurvey")
}


jdtrat/responsematch documentation built on Sept. 15, 2022, 6:19 a.m.