Copy an existing spreadsheet
You can copy a spreadsheet that you own or a sheet owned by a third party that has been made accessible via the sharing dialog options. This function calls the Google Drive API.
gs_copy(from, to = NULL, verbose = TRUE)
from |
a registered Google spreadsheet, i.e. a |
to |
character string giving the new title of the sheet; if |
verbose |
logical; do you want informative messages? |
## Not run: # copy the Gapminder example sheet gap_ss <- gs_copy(gs_gap(), to = "Gapminder_copy") gap_ss gs_delete(gap_ss) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.