qcSensorSummary: Summarize sensor retrieval and download attempts by park and...

View source: R/sensors.R

qcSensorSummaryR Documentation

Summarize sensor retrieval and download attempts by park and season

Description

Summarize sensor retrieval and download attempts by park and season

Usage

qcSensorSummary(park, deployment.field.season)

Arguments

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".

Value

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

Examples

## Not run: 
    qcSensorSummary()
    qcSensorSummary(park = "DEVA", deployment.field.season = c("2018", "2020", "2021"))

## End(Not run)

nationalparkservice/mojn-ds-rpackage documentation built on Oct. 5, 2023, 6:21 p.m.