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")"GoogleSpreadsheetsConnection"
created with a call of the form getGoogleDocsConnection(login, password, "wise").GoogleWorksheetRef-class
object or the status of the HTTP request to add the worksheet.curlPerform
which submits the request.asSheetRef is TRUE, an object of
GoogleWorksheetRef-class.If asSheetRef is FALSE, the status of the HTTP request
from curlPerform.
getDocs
getGoogleDocsConnection
getGoogleAuth