spreadsheets.values.batchGet: Returns one or more ranges of values from a spreadsheet.The...

Description Usage Arguments Details See Also

Description

Autogenerated via gar_create_api_skeleton

Usage

1
2
spreadsheets.values.batchGet(spreadsheetId, valueRenderOption = NULL,
  dateTimeRenderOption = NULL, ranges = NULL, majorDimension = NULL)

Arguments

spreadsheetId

The ID of the spreadsheet to retrieve data from

valueRenderOption

How values should be represented in the output

dateTimeRenderOption

How dates, times, and durations should be represented in the output

ranges

The A1 notation of the values to retrieve

majorDimension

The major dimension that results should use

Details

Authentication scopes used by this function are:

Set options(googleAuthR.scopes.selected = c(https://www.googleapis.com/auth/drive, https://www.googleapis.com/auth/drive.file, https://www.googleapis.com/auth/drive.readonly, https://www.googleapis.com/auth/spreadsheets, https://www.googleapis.com/auth/spreadsheets.readonly) Then run googleAuthR::gar_auth() to authenticate. See gar_auth for details.

See Also

Google Documentation


lantanacamara/googleSheetsR documentation built on May 3, 2019, 11:52 p.m.