Learn R Programming

csvwr (version 0.1.7)

csvwr_example: 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)

Value

either a file path or a vector of filenames

Arguments

path

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

Details

Inspired by readr::readr_example()

Examples

Run this code
csvwr_example()
csvwr_example("computer-scientists.csv")

Run the code above in your browser using DataLab