selector | R Documentation |
Extract file location information (sources and dests) from the API reply
selector(x, as.data.frame = FALSE)
x |
|
as.data.frame |
|
list
or data.frame if as.data.frame==TURE
Matteo Mattiuzzi
## Not run: x <- composeUrl(productType = 'FSC', productIdentifier = 'T29UNV') stopifnot(require(rjson)) x <- fromJSON(file = x) selector(x) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.