csvwr_example: Get path to csvwr example

csvwr_exampleR Documentation

Get path to csvwr example

Description

The csvwr package includes some example csvw files in it's inst/extdata directory. You can use this function to find them.

Usage

csvwr_example(path = NULL)

Arguments

path

The filename. If NULL, the example files will be listed.

Details

Inspired by readr::readr_example()

Value

either a file path or a vector of filenames

Examples

csvwr_example()
csvwr_example("computer-scientists.csv")

csvwr documentation built on Nov. 21, 2022, 5:05 p.m.