Description Usage Arguments Examples
When run without arguments, this function returns a list of all datasets in
the eve102
package, with the description, filename, and filepath of
each dataset. To retrieve the filepath of a specific dataset (e.g. to use
this path to load it), call eve102_data()
with the id
of the
dataset you wish to have the path to.
1 | eve102_data(id = NULL, include_raw = FALSE)
|
id |
the |
include_raw |
whether to include the raw files. |
1 2 | eve102_data() # retrieve all datasets
eve102_data(2) # retrieve the path to the second dataset
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.