spreadsheets.values.get: Returns a range of values from a spreadsheet.The caller must...

Description Usage Arguments Details See Also

Description

Autogenerated via gar_create_api_skeleton

Usage

1
2
spreadsheets.values.get(spreadsheetId, range, valueRenderOption = NULL,
  dateTimeRenderOption = NULL, majorDimension = NULL)

Arguments

spreadsheetId

The ID of the spreadsheet to retrieve data from

range

The A1 notation of the values to retrieve

valueRenderOption

How values should be represented in the output

dateTimeRenderOption

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

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.