csvwr_example {csvwr}R 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")

[Package csvwr version 0.1.7 Index]