googleAuthR | R Documentation |
Get more details on the googleAuthR website.
These are the default options that you can override via options()
googleAuthR.batch_endpoint = "https://www.googleapis.com/batch"
googleAuthR.rawResponse = FALSE
googleAuthR.httr_oauth_cache = ".httr-oauth"
googleAuthR.verbose = 3
googleAuthR.client_id = NULL
googleAuthR.client_secret = NULL
googleAuthR.webapp.client_id = NULL
googleAuthR.webapp.client_secret = NULL
googleAuthR.webapp.port = 1221
googleAuthR.jsonlite.simplifyVector = TRUE
googleAuthR.scopes.selected = NULL
googleAuthR.skip_token_checks = FALSE
googleAuthR.ok_content_types=c("application/json; charset=UTF-8", ("text/html; charset=UTF-8"))
googleAuthR.securitycode = paste0(sample(c(1:9, LETTERS, letters), 20, replace = T), collapse='')
googleAuthR.tryAttempts = 5
Maintainer: Erik Grönroos erik.gronroos@8-bit-sheep.com
Authors:
Mark Edmondson m@sunholo.com (ORCID)
Other contributors:
Jennifer Bryan jenny@stat.ubc.ca [contributor]
Johann deBoer johanndeboer@gmail.com [contributor]
Neal Richardson neal.p.richardson@gmail.com [contributor]
David Kulp dkulp@cs.umass.edu [contributor]
Joe Cheng joe@rstudio.com [contributor]
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.