View source: R/mermaid_get_project_endpoint.R
mermaid_get_project_endpoint | R Documentation |
Get data from MERMAID API project endpoints not covered by other mermaid_get_project_*
functions. Requires authorization.
mermaid_get_project_endpoint(
project = mermaid_get_default_project(),
endpoint = c("beltfishtransectmethods", "benthiclittransectmethods",
"benthicpittransectmethods", "benthictransects", "collectrecords",
"fishbelttransects", "observers", "project_profiles", "sampleevents"),
limit = NULL,
token = mermaid_token()
)
project |
A way to identify the project(s). Can be project IDs (passed as a character vector directly) or projects resulting from |
endpoint |
Endpoint |
limit |
Number of records to get. Use NULL (the default) to get all records. |
token |
API token. Authenticate manually via |
## Not run:
projects <- mermaid_get_my_projects()
projects %>%
mermaid_get_project_endpoint("observers")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.