Description Usage Arguments Details Value
View source: R/boxr_delete_restore.R
In the Box context, deleting a file moves it to a special folder within your Box account: 'Trash'. As of mid-2019, Box' default policy is to retain files in Trash for 30 days.
1 2 3 4 5 6 7 | box_delete_file(file_id)
box_restore_file(file_id)
box_delete_folder(dir_id)
box_restore_folder(dir_id)
|
file_id |
|
dir_id |
|
box_delete_file()
Move a file to Trash.
box_restore_file()
Restore a file from Trash.
box_delete_folder()
Move a folder, including contents, to Trash.
box_restore_folder()
Restore a folder, including contents, from Trash.
box_delete_file()
Invisible NULL
, called for side effects.
box_restore_file()
Object with S3 class boxr_file_reference
.
box_delete_folder()
Invisible NULL
, called for side effects.
box_restore_folder()
Object with S3 class boxr_folder_reference
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.