Description Usage Arguments Value Examples
This is a generic function that wraps around googlesheets4::range_write()
.
This variation is pipe-friendly because data
argument has been swapped to the first argument.
If the data
is a named list of data.frame, each data.frame will be written to the corresponding
sheets that its names were matched to the names of list of data.frame, but if any names of data
was not found
in sheet names, new sheets will have been created before the data.frame is written.
If the data
is a data.frame, it will simply pass to googlesheets4::range_write()
, and If sheet
can't be found
in existing sheets, new sheet
will be created, then data
is written.
1 2 3 4 5 6 7 8 |
data |
A data frame or a named list of data frames |
ss |
Something that identifies a Google Sheet |
sheet |
(If |
range |
(If |
col_names |
Logical, indicates whether to send the column names of data. |
reformat |
Logical, indicates whether to reformat the affected cells. This default to |
The (list of) input ss, as an instance of sheets_id
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.