Description Usage Arguments Value Examples
View source: R/ooi_check_availability.R
Get deployment and annotation data associated with an OOI site, node, and instrument.
1 | ooi_check_availability(site, node, instrument, user, token)
|
site |
An eight (8) character designator for OOI sites. |
node |
A five (5) character designator for OOI nodes. Alternatively, a simplified string for OOI sites that is greater than 5 characters. grep allows for use of substrings. |
instrument |
A twelve (12) character designator for the OOI instrument on the associated site and node. grep allows for use of substrings. |
user |
Your OOI API username. |
token |
Your OOI API token. |
A list of sublists. The deployments sublist offers start and stop deployments times for the given asset. The annotations sublists offers annotations for the given site,node, and instrument. Used together, a user can determine if data exists for the time period they are interested in.
1 | availability = ooi_check_availability('CE01ISSM','SEAFLOOR','CTD','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.