readxl (version 1.3.0)

readxl_example: Get path to readxl example

Description

readxl comes bundled with some example files in its inst/extdata directory. This function make them easy to access.

Usage

readxl_example(path = NULL)

Arguments

path

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

Examples

Run this code
# NOT RUN {
readxl_example()
readxl_example("datasets.xlsx")
# }

Run the code above in your browser using DataCamp Workspace