| addWorksheet | R Documentation |
The addWorksheet function can be used to add one, empty worksheet to
an existing spreadsheet. The new worksheet can be
given dimensions and a title.
addSpreadsheet adds a new spreadsheet to the list of
Google documents by uploading an empty spreadsheet with the specified
dimensions.
addWorksheet(doc, con, dim, title = "", asSheetRef = TRUE, ...)
addSpreadsheet(con, dim = c(20, 10) , name = "Sheet")
doc |
either the name of or a “reference” |
con |
the authenticated connection to the Google Spreadsheets API.
This must be for the "wise" service rather than the general "writely" service.
So this should be an object of class |
dim |
the desired dimensions (rows and columns) of the new worksheet. |
title |
a character string giving the title for the new worksheet |
asSheetRef |
a logical value indicating whether the result should be a |
... |
additional arguments passed on to |
name |
a character string giving the name of the spreadsheet document |
If asSheetRef is TRUE, an object of
GoogleWorksheetRef-class.
If asSheetRef is FALSE, the status of the HTTP request
from curlPerform.
Duncan Temple Lang
getDocs
getGoogleDocsConnection
getGoogleAuth
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.