Description Usage Arguments Value Examples
View source: R/ooi_site_info.R
Get a lists of lists of site information.
1 | ooi_site_info(site, user, token)
|
site |
An eight (8) character designator for an OOI site. |
user |
Your OOI API username. |
token |
Your OOI API token. |
A cascading list of lists. The first sublist layer consists of nodes. The layer in each node consists of the instruments connected to that node. Each layer under each instrument contains instrument metadata.
1 2 | info = ooi_site_info(site = 'CE01ISSP', user = 'OOI-API-USERNAME-HERE', token = 'OOI-API-TOKEN-HERE')
info = ooi_site_info(site = 'CE05MOAS','OOI-API-USERNAME-HERE','OOI-API-TOKEN-HERE')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.