process_request | R Documentation |
json_results
outputWrapper function
process_request(dt_req, next_page = FALSE, ...)
dt_req |
An URL |
next_page |
Logical. Is this a multi-url request? |
... |
Additional arguments to be passed to internal function
|
This function checks for errors in dt_req
data request and processes result via
json_results
.
aims_data
returns a data.frame
of class
aimsdf
.
If summary %in% c("summary-by-series", "summary-by-deployment")
,
the output shows the summary information for the target dataset (i.e.
weather or temperature loggers)
(NB: currently, summary
only works for the temperature logger
database). If summary
is not passed as an additional argument, then
the output contains raw monitoring data. If summary = "daily"
,
then the output contains mean daily aggregated monitoring data.
The output also contains five attributes (empty strings if
summary
is passed as an additional argument):
metadata
a DOI link
containing the metadata record for the data series.
citation
the citation information for the particular
dataset.
parameters
The measured parameters comprised in the
output.
type
The type of dataset. Either "monitoring" if
summary
is not specified, "monitoring (daily aggregation)" if
summary = "daily"
, or a "summary-by-" otherwise.
target
The input target.
AIMS Datacentre adc@aims.gov.au
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.