Get file path to penguins.csv and penguins_raw.csv files
palmerpenguins comes bundled with two csv files in its inst/extdata
directory. This function make them easy to access.
path_to_file(path = NULL)
path |
Name of file in quotes with extension;
|
The data in each file is the same as penguins
and penguins_raw
,
but without the variable types.
This function is adapted from readxl::readxl_example()
.
path_to_file() path_to_file("penguins_raw.csv") head(read.csv(path_to_file("penguins.csv")))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.