spreadsheets.values.update: Sets values in a range of a spreadsheet.The caller must...

Description Usage Arguments Details See Also

Description

Autogenerated via gar_create_api_skeleton

Usage

1
2
3
spreadsheets.values.update(ValueRange, spreadsheetId, range,
  includeValuesInResponse = NULL, responseValueRenderOption = NULL,
  valueInputOption = NULL, responseDateTimeRenderOption = NULL)

Arguments

ValueRange

The ValueRange object to pass to this method

spreadsheetId

The ID of the spreadsheet to update

range

The A1 notation of the values to update

includeValuesInResponse

Determines if the update response should include the values

responseValueRenderOption

Determines how values in the response should be rendered

valueInputOption

How the input data should be interpreted

responseDateTimeRenderOption

Determines how dates, times, and durations in the response should be

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/spreadsheets) Then run googleAuthR::gar_auth() to authenticate. See gar_auth for details.

See Also

Google Documentation

Other ValueRange functions: ValueRange, spreadsheets.values.append


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