# NOT RUN {
yo <- gs_copy(gs_gap(), to = "yo")
yo <- gs_add_row(yo, ws = "Oceania",
input = c("Valinor", "Aman", "2015", "10000",
"35", "1000.5"))
tail(gs_read(yo, ws = "Oceania"))
gs_delete(yo)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab