Get a document by id or sharing link.
slides_by_id.Rd
no description
Arguments
- shareUrlOrDocId
shareUrlOrDocId the url from clicking a share button in google slides or an id from searchForDocuments() method - (java expects a RCharacter)
- tokenDirectory
tokenDirectory the place to store authentication tokens. This should not be checked into version control. - (defaulting to `.tokenDirectory()`) - (java expects a RCharacter)
- disabled
disabled a flag to switch roogledocs off (on a document by document basis, for testing or development. This can be set globally with `options('roogledocs.disabled'=TRUE)` - (defaulting to `getOption('roogledocs.disabled',FALSE)`) - (java expects a RLogical)