tools/test-fixtures/googlesheets4-cell-tests/range-experimentation.R

devtools::load_all() # I assume we're in googlesheets4 source

googlesheets4:::gs4_auth_testing()

ss <- test_sheet_create("googlesheets4-cell-tests")
gs4_browse(ss)

df <- gs4_fodder(5)
sheet_write(df, ss, sheet = "range-experimentation")
tidyverse/googlesheets4 documentation built on July 24, 2024, 1:40 a.m.