qcSensorSummary | R Documentation |
Summarize sensor retrieval and download attempts by park and season
qcSensorSummary(park, deployment.field.season)
park |
Optional. Four-letter park code to filter on, e.g. "MOJA". |
deployment.field.season |
Optional. Field season name to filter on, e.g. "2019". |
Tibble with columns for park, deployment field season, number of sensors deployed, number of sensors for which retrieval was not attempted, number of sensors for which retrieval was attempted, number of sensors actually retrieved, number of sensors actually downloaded
## Not run:
qcSensorSummary()
qcSensorSummary(park = "DEVA", deployment.field.season = c("2018", "2020", "2021"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.