Description Usage Arguments Source Examples
linkinpark comes bundled with csv files for included datasets in 'inst/extdata' directory. This is a helper function for easy access.
1 | path_to_file(path = NULL)
|
path |
Name of file in quotes with extension; '"penguins.csv"' and '"penguins_raw.csv"' will work. If 'NULL', the example files will be listed. |
This function is adapted from 'readxl::readxl_example()'.
1 2 3 | path_to_file()
path_to_file("riaa_lp")
head(read.csv(path_to_file("riaa_lp")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.