googledrive (version 0.0.0.9000)

drive_example: Get path to example file

Description

googledrive comes bundled with a few small files to use in examples. This function make them easy to access.

Usage

drive_example(path = NULL)

Arguments

path

Name of file. If NULL, the example files will be listed.

Examples

Run this code
# NOT RUN {
drive_example()
drive_example("chicken.jpg")
# }

Run the code above in your browser using DataCamp Workspace