Add_New_Groups | R Documentation |
This allows you to batch create a set of groups in the survey, which saves a lot of clicking around in the GUI.
Provide a data.table for the Group_Add_Table argument that has the following columns:
sid
group_name
The function will create the groups in the respective surveys, and return the same table with a new column, "new_gid" with the assigned gids for those newly added groups.
Add_New_Groups(Group_Add_Table)
Group_Add_Table |
This should be a data.table that has the columns:
|
## Not run: Add_New_Groups(Group_Add_Table) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.