geco_api_url | R Documentation |
Formatted URL for api endpoints
geco_api_url(
...,
project = NULL,
project_version_id = NULL,
run_id = NULL,
parameter = NULL,
type = NULL,
filters = NULL,
url_query_parameters = NULL
)
... |
path elements to the url |
project |
(str) project name |
project_version_id |
(str) project version id, if project not provided |
run_id |
(str) the run_id, if used by the URL path |
parameter |
(str) the parameter, if used by the URL path |
type |
(str) the type as either prior or posterior, if used by the URL path |
filters |
(str) formatted filters, for endpoints that use this in the URL path |
url_query_parameters |
(named list) other inputs to the query passed as GET params |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.