Description Usage Arguments Details Source Examples
indianacovid19data has csv file types for all its datasets in the inst/extdata
directory. This function makes them easy to access.
1 | path_to_file(name = NULL)
|
name |
Name of file in quotes with extension. If |
The csv file for hosp_react_tab doesn't include the list columns.
The function is similar to palmerpenguins::path_to_file()
with a few edits.
1 2 3 | path_to_file()
path_to_file("hosp_msas_line.csv")
head(read.csv(path_to_file("hosp_msas_line.csv")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.