Import_Groups: Allows you to import a given group (stored in the Templates...

View source: R/import_questions.R

Import_GroupsR Documentation

Allows you to import a given group (stored in the Templates folder) to multiple surveys. Necessary columns for the input: sid, new_group_name, template

Description

Allows you to import a given group (stored in the Templates folder) to multiple surveys. Necessary columns for the input: sid, new_group_name, template

Usage

Import_Groups(Import_Table, Folder_Location_Templates = "Templates")

Arguments

Import_Table

A data.table with the relevant information in the columns listed above

Folder_Location_Templates

Where are the template files saved? Just the name of the folder as a string

Examples

## Not run: 
Import_Groups(Import_Table, Folder_Location_Templates = "Templates")

## End(Not run)


bpresentati/surveyR documentation built on March 19, 2022, 3:40 a.m.