clean_drive_folders_by_name | R Documentation |
Searches for all Google Drive folders with the specified name and optionally removes their contents and/or the folders themselves. Useful for cleaning up scratch or export folders used by Earth Engine batch processes.
clean_drive_folders_by_name(
folder_name,
delete_folders = FALSE,
verbose = TRUE
)
folder_name |
[mandatory] (character) Name of the folder(s) to search for in Google Drive. |
delete_folders |
[optional] (logical) If |
verbose |
[optional] (logical) If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.