R/get_SDA_metrics.R
get_SDA_metrics.Rd
Obtain pre-calculated tabular reports of usage, activities, areas of interest (AOI), exports, ecological sites, ratings and reports for specific areas, times and intervals.
get_SDA_metrics(query_name, query_frequency, query_year, state = NULL)
One or more of: 'LDM_Usage'
, 'SDA_Usage'
, 'wss_ActivityCounts'
, 'wss_AOIDefinition'
, 'wss_AOISizeRange'
, 'wss_ExportCounts'
, 'wss_PrintableOutput'
, 'wss_top100AOIs'
, 'wss_top100Ecologicalsites'
, 'wss_top100ratings'
, 'wss_top100reports'
One or more of: 'M'
, 'CY'
, 'FY'
Integer. One or more years e.g. 2020:2021
Optional: State abbreviation; Default: NULL
uses "xnational"
for all states.
A data.frame
containing query results
if (FALSE) {
get_SDA_metrics('SDA_Usage', 'CY', 2019:2021)
}