gd_exists.RdChecks to see if folder is already present.
gd_exists(googledriveFolder, rootid)
| googledriveFolder | Character String. Path to folder on Google Drive in which to push data. |
|---|---|
| rootid | Drive-id. Root id on google drive in which |
A list of two items. If googleDriveFolder is present, its id is returned with isfound = T.
If googleDriveFolder is not present then the id of the parent folder is returned with isfound = F
Drive-id for either the parent or child folder
Boolean. Absence (F) or presence (T) of the target folder
Other atlantisdrive functions:
get_file_list(),
list_atlantisom_files(),
list_core_files(),
pull_from_drive(),
push_to_drive()
if (FALSE) { gd_exists(googledriveFolder="Testing/SampleRun", rootid=atlantisdrive::rootid) }