Nothing
#' Monthly tallies of wildfires in the US from 2000 to 2022
#'
#' Records for each month of wildfires in the US.
#'
#' @usage data(AAUP)
#'
#' @docType data
#'
#' @format 275 rows, each of which is a month
#' - `date` The year and month in a format that can be easily plotted
#' - `area`: total area burned by the wildfires in that month (acres)
#' - `number`: the number of wildfires in that month
#' - `month`: for convenience, the month (Jan, Feb, ..., Dec) as an ordered factor.
#'
#' @source USGS
"US_wildfires"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.