Delete_Groups | R Documentation |
Allows you to delete a batch of groups, as listed in a table with at least the columns gid and sid
Delete_Groups(Group_Deletion_Table)
Group_Deletion_Table |
This should be a data.table that has the columns:
This function returns the same table with the added column "group_deleted" that has a TRUE value if successful, and a FALSE if unsuccessful. |
## Not run: Delete_Groups(Group_Deletion_Table) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.