Nothing
Code
gs4_auth_configure(client = gargle::gargle_client(), path = "PATH")
Condition
Error in `gs4_auth_configure()`:
! Must supply exactly one of `client` and `path`, not both.
Code
absorb <- gs4_oauth_app()
Condition
Warning:
`gs4_oauth_app()` was deprecated in googlesheets4 1.1.0.
i Please use `gs4_oauth_client()` instead.
Code
gs4_auth_configure(app = client)
Condition
Warning:
The `app` argument of `gs4_auth_configure()` is deprecated as of googlesheets4 1.1.0.
i Please use the `client` argument instead.
Code
gs4_scopes()
Output
spreadsheets
"https://www.googleapis.com/auth/spreadsheets"
spreadsheets.readonly
"https://www.googleapis.com/auth/spreadsheets.readonly"
drive
"https://www.googleapis.com/auth/drive"
drive.readonly
"https://www.googleapis.com/auth/drive.readonly"
drive.file
"https://www.googleapis.com/auth/drive.file"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.