The csvwr package includes some example csvw files in it's inst/extdata
directory.
You can use this function to find them.
csvwr_example(path = NULL)
The filename. If NULL
, the example files will be listed.
either a file path or a vector of filenames
Inspired by readr::readr_example()
csvwr_example()
#> [1] "computer-scientists.csv" "computer-scientists.json"
csvwr_example("computer-scientists.csv")
#> [1] "/home/runner/work/_temp/Library/csvwr/extdata/computer-scientists.csv"