write_to_tab: Write to Tab

Description Usage Arguments Value

Description

High level wrapper for writing dataframes to tabs of google spreadsheets

Usage

1
2
write_to_tab(dta, ss_ids, ranges = NULL, tabs = NULL, cnames = T,
  clear_all = F)

Arguments

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

Value

writes to gsheet, returns responses


bradgwest/googleSheetsR documentation built on May 16, 2019, 3:07 p.m.