clean_drive_folders_by_name {geeLite} | R Documentation |
Clean Contents or Entire Google Drive Folders by Name
Description
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.
Usage
clean_drive_folders_by_name(
folder_name,
delete_folders = FALSE,
verbose = TRUE
)
Arguments
folder_name |
[mandatory] (character) Name of the folder(s) to search for in Google Drive. |
delete_folders |
[optional] (logical) If |
verbose |
[optional] (logical) If |
[Package geeLite version 1.0.2 Index]