Deletes a google slides by name.
delete_slides.Rd
no description
Arguments
- docName
docName - the name of a document to delete. must be an exact and unique match. - (java expects a RCharacter)
- areYouSure
areYouSure - a boolean check. - (defaulting to `utils::askYesNo(paste0('Are you sure ...`) - (java expects a RLogical)
- tokenDirectory
tokenDirectory - (defaulting to `.tokenDirectory()`) - (java expects a RCharacter)
- disabled
disabled - (defaulting to `getOption('roogledocs.disabled',FALSE)`) - (java expects a RLogical)