tidyverse_app
From gargle v0.1.3
by Jennifer Bryan
OAuth app for tidyverse packages
Returns an OAuth app for use in tidyverse packages, e.g., googledrive, googlesheets, bigrquery. Please don't use this app directly in non-tidyverse projects.
- Keywords
- internal
Usage
tidyverse_app()
Value
An OAuth consumer application, produced by httr::oauth_app()
.
See Also
For a default app to use while getting to know gargle and
instructions on how to make your own app, see gargle_app()
.
Examples
# NOT RUN {
tidyverse_app()
# }
Community examples
Looks like there are no examples yet.