Description Usage Arguments Value Examples
Calls gs4_create()
then move file to specified location with drive_mv()
1 2 3 4 5 6 7 |
path |
Specifies target destination for the file on Google Drive. Can be an actual path (character), a file id marked with as_id(), or a dribble. |
name |
The name of the new spreadsheet. |
sheets |
Optional input for initializing (work)sheets. If unspecified, the Sheets API automatically creates an empty "Sheet1". You can provide a vector of sheet names, a data frame, or a (possibly named) list of data frames. |
overwrite |
|
... |
to |
Object class: "sheets_id", "drive_id"
1 | # gs4_create_at("folder_name", name = "file_name", sheets = "sheet_name")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.