Description Usage Arguments Value
High level wrapper for writing dataframes to tabs of google spreadsheets
1 2 | write_to_tab(dta, ss_ids, ranges = NULL, tabs = NULL, cnames = T,
clear_all = F)
|
dta |
list data that can be coerced to a character matrix |
ss_ids |
vector of sheet ids. If a vector of length 1, will be recycled |
ranges |
if ranges is specified, |
tabs |
character vector of tab names, if specified then the ranges will be assumed to be size of dataframe |
cnames |
boolean, should colnames be written as well? |
clear_all |
boolean, should the entire sheet be cleared or just the columns specified in the range. Vectorized or recycled |
writes to gsheet, returns responses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.