Import_Questions: Allows you to import multiple copies of a certain question...

View source: R/import_questions.R

Import_QuestionsR Documentation

Allows you to import multiple copies of a certain question template as per the instructions on a table with the columns: sid, gid, title, template

Description

Allows you to import multiple copies of a certain question template as per the instructions on a table with the columns: sid, gid, title, template

Usage

Import_Questions(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_Questions(Import_Table, Folder_Location_Templates = "Templates")

## End(Not run)


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