tests/testthat/_snaps/drive_examples.md

drive_example_remote() errors when >1 match

Code
  drive_example_remote("chicken")
Condition
  Error in `one_file()`:
  ! Found multiple matching remote files:
  * 'chicken_doc'
  * 'chicken_sheet'
  * 'chicken.csv'
  * 'chicken.jpg'
  * 'chicken.pdf'
  * 'chicken.txt'
  i Make the `matches` regular expression more specific.

drive_example_local() errors when >1 match

Code
  drive_example_local("chicken")
Condition
  Error in `one_file()`:
  ! Found multiple matching local files:
  * 'chicken.csv'
  * 'chicken.jpg'
  * 'chicken.pdf'
  * 'chicken.txt'
  i Make the `matches` regular expression more specific.

drive_examples_local() errors when no match

Code
  drive_examples_local("platypus")
Condition
  Error in `many_files()`:
  ! Can't find a local example file with a name that matches "platypus".


Try the googledrive package in your browser

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

googledrive documentation built on July 9, 2023, 7:04 p.m.