Description Usage Arguments Examples
does checking for whether a particular datafile exists and then reads it in, using na_strings to determine what gets converted to NA. It can also download the dataset if it's missing locally.
1 2 3 4 5 6 7 | load_datafile(
datafile,
na.strings = "",
path = get_default_data_path(),
download_if_missing = TRUE,
quiet = TRUE
)
|
datafile |
the path to the datafile within the folder for Portal data |
na.strings |
a character vector of strings which are to be
interpreted as |
quiet |
logical, whether to perform operations silently |
1 | species_df <- load_datafile("ETE/species.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.