gs_copy(from, to = NULL, verbose = TRUE)
googlesheet
objectNULL
,
then the copy will be titled "Copy of ..."# copy the Gapminder example sheet
gap_ss <- gs_copy(gs_gap(), to = "Gapminder_copy")
gap_ss
gs_delete(gap_ss)
Run the code above in your browser using DataLab