
Last chance! 50% off unlimited learning
Sale ends in
gs_add_row(ss, ws = 1, input = "", verbose = TRUE)
googlesheet
objectError : No matches
, that suggests the worksheet
doesn't meet these minimum requirements. In the future, we will try harder to
populate the sheet as necessary, e.g. create default variable names in a
header row and be able to cope with input
being the first row of data.If input
is two-dimensional, internally we call gs_add_row
once
per input row.
gs_edit_cells
## 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)
# ## End(Not run)
Run the code above in your browser using DataLab