fcDataSets: Fetches information about available datasets

Description Usage Arguments Value Examples

View source: R/RFc.R

Description

Fetches information about available datasets

Usage

1
fcDataSets(url = "http://fetchclimate2.cloudapp.net/", timestamp = "NOW")

Arguments

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.

Value

Type: list
Contains a descriptions of the datasets available to fetch the data from

Examples

 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

RFc documentation built on May 29, 2017, 5:53 p.m.

Related to fcDataSets in RFc...