Description Usage Arguments Value
Get a portion of the WIND Toolkit dataset as a tidy dataframe for a datetime range and a geographic nearest point.
1 2 | get_dataset(datasets, api_key, dataset_titles, datetime_info, latitude,
longitude)
|
datasets |
The dataframe with datasets retrieved from
|
api_key |
API key to access the dataset. |
dataset_titles |
A string vector containing the dataset titles to
retrieve, e.g.
|
datetime_info |
A named list (as formatted by
|
latitude |
The latitude of the point (WGS84). |
longitude |
The longitude of the point (WGS84). |
A dataframe (tibble) in tidy format with the values of each information requested for the datetime range and the geographic nearest point.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.