cmip_search | R Documentation |
Query CMIP data
cmip_search(query)
cmip_info(results)
cmip_url_to_list(url)
query |
A list that defines the search parameters. Optionally, a character vector of instances IDs to be searched. |
results |
A list of search results from |
url |
The URL of the JSON query to convert into a list. See details. |
The easiest way to get a valid query
list is to use the search portal at
(https://esgf-node.llnl.gov/search/cmip6/)
to make a search that approximates what you are looking for. Then, under the
number of results there's a link that reads "return results as JSON".
Copy that link and pass it to [cmip_url_to_list()]
.
On RStudio you can also use the AddIn.
A data.table of results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.