tests/testthat/test-gs4_find.R

test_that("gs4_find() works", {
  skip_if_offline()
  skip_if_no_token()

  df <- gs4_find(n_max = 5)
  expect_s3_class(df, "dribble")
})

Try the googlesheets4 package in your browser

Any scripts or data that you put into this service are public.

googlesheets4 documentation built on July 9, 2023, 7:40 p.m.