spreadsheets.values.append: Appends values to a spreadsheet. The input range is used to...

Description Usage Arguments Details See Also

Description

Autogenerated via gar_create_api_skeleton

Usage

1
2
3
4
spreadsheets.values.append(ValueRange, spreadsheetId, range,
  includeValuesInResponse = NULL, responseValueRenderOption = NULL,
  insertDataOption = 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 a range to search for a logical table of data

includeValuesInResponse

Determines if the update response should include the values

responseValueRenderOption

Determines how values in the response should be rendered

insertDataOption

How the input data should be inserted

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.update


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