Description Usage Arguments Value Examples
Fetches information about available datasets
1 | fcDataSets(url = "http://fetchclimate2.cloudapp.net/", timestamp = "NOW")
|
url |
The URL of the service to get the information about |
timestamp |
A character scalar. A string containing the time for which the result must correspond. The format is "YYYY-MM-DD". The special value "NOW" fetch the data using the latest FetchClimate configuration available. |
Type: list
Contains a descriptions of the datasets available to fetch the data from
1 2 3 4 5 6 7 8 9 10 11 | #Getting currently available datasets
fcDataSets()
#Getting datasets available on 1 June 2016
fcDataSets(timestamp='2016-06-01')
#Listing varaibles that are avaialable from "CRU CL 2.0" dataset
fcDataSets(timestamp='2016-06-01')$`CRU CL 2.0`$Variables
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.