googlesheets (version 0.1.0)

gs_ws_modify: Modify a worksheet's title or size

Description

Modify a worksheet's title or size

Usage

gs_ws_modify(ss, from = NULL, to = NULL, new_dim = NULL, verbose = TRUE)

Arguments

ss
a registered Google spreadsheet, i.e. a googlesheet object
from
positive integer or character string specifying index or title, respectively, of the worksheet
to
character string for new title of worksheet
new_dim
list of length 2 specifying the row and column extent of the worksheet
verbose
logical; do you want informative messages?

Value