Skip to contents

no description

Usage

doc_by_id(
  shareUrlOrDocId,
  tokenDirectory,
  disabled
)

Arguments

shareUrlOrDocId

shareUrlOrDocId the url from clicking a share button in google docs 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)

Value

R6 RoogleDocs object: itself - a fluent method