The Camp_Fire dataset provides a quickly loadable
version of a ws_monitor object for practicing and code examples.
This dataset was was generated on 2021-11-18 by running:
| 1 2 3 4 5 6 7 8 | library(PWFSLSmoke)
Camp_Fire <-
  monitor_loadAnnual(2018) 
  monitor_subset(stateCodes = 'CA') 
  monitor_subset(tlim = c(20181108, 20181123))
save(Camp_Fire, file = "data/Camp_Fire.RData")
 | 
| 1 | 
A ws_monitor object with "meta" and "data" dataframes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.