item_rm_recursive | R Documentation |
BEWARE: This completely removes ALL CHILD ITEMS AND THEIR CHILDREN as well as the item itself.
item_rm_recursive(sb_id, ..., limit)
sb_id |
An |
... |
Additional parameters are passed on to |
TRUE
to indicate success
## Not run:
# Create an item with nested structure
authenticate_sb()
fname <- "chairs"
folder = folder_create(user_id(), name = fname)
item_create(folder, title='child1')
item_create(folder, title='child2')
item_list_children(folder)
# then delete the whole folder
sbtools:::item_rm_recursive(folder)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.