deprecated
These functions are deprecated and will be removed in a future release of googlesheets4. Since googlesheets4 is a relatively young package, this removal will happen rapidly, possibly after just 1 release cycle.
sheets_sheets(...)sheets_cells(...)
sheets_read(...)
sheets_example(...)
sheets_examples(...)
sheets_browse(...)
sheets_find(...)
sheets_get(...)
sheets_auth(...)
sheets_deauth(...)
sheets_auth_configure(...)
sheets_api_key(...)
sheets_oauth_app(...)
sheets_token(...)
sheets_has_token(...)
sheets_user(...)
sheets_endpoints(...)
Passed on to the function that succeeds the deprecated function.
| < v0.2.0 | >= v0.2.0 |
| sheets_api_key() | gs4_api_key() |
| sheets_auth() | gs4_auth() |
| sheets_auth_configure() | gs4_auth_configure() |
| sheets_deauth() | gs4_deauth() |
| sheets_endpoints() | gs4_endpoints() |
| sheets_has_token() | gs4_has_token() |
| sheets_oauth_app() | gs4_oauth_app() |
| sheets_token() | gs4_token() |
| sheets_user() | gs4_user() |
| < v0.2.0 | >= v0.2.0 |
| sheets_browse() | gs4_browse() |
| sheets_find() | gs4_find() |
| sheets_example() | gs4_example() |
| sheets_examples() | gs4_examples() |
| sheets_get() | gs4_get() |
| < v0.2.0 | >= v0.2.0 |
| sheets_sheets() | sheet_names() |
| < v0.2.0 | >= v0.2.0 |
| sheets_cells() | range_read_cells() |
| sheets_read() | range_read() |