| gtm_folders_revert | R Documentation | 
This reverts any changes to a folder in the current workspace
gtm_folders_revert(account_id, container_id, workspace_id, folder_id)
account_id | 
 Account Id  | 
container_id | 
 Container Id  | 
workspace_id | 
 Workspace Id  | 
folder_id | 
 Folder Id  | 
Other folder functions: 
gtm_folders_create(),
gtm_folders_delete(),
gtm_folders_entities(),
gtm_folders_get(),
gtm_folders_list(),
gtm_folders_move(),
gtm_folders_update()
## Not run: accountId <- 1234567 containerId <- 7654321 workspaceId <- 3 folderId <- 1 folder <- gtm_folders_revert(accountId, containerId, workspaceId, folderId) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.