View source: R/run_pargasite.R
run_pargasite | R Documentation |
Launch a Shiny application to visualize pollutant levels of the conterminous US. The system's default web browser will be launched automatically after the app is started.
run_pargasite(x)
x |
A stars object returned by create_pargasite_data. |
This function normally does not return; interrupt R to stop the application (usually by pressing Ctrl + C or ESC).
if (interactive()) {
run_pargasite(ozone20km)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.