run_pargasite: Run pargasite application

View source: R/run_pargasite.R

run_pargasiteR Documentation

Run pargasite application

Description

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.

Usage

run_pargasite(x)

Arguments

x

A stars object returned by create_pargasite_data.

Value

This function normally does not return; interrupt R to stop the application (usually by pressing Ctrl + C or ESC).

Examples


if (interactive()) {
  run_pargasite(ozone20km)
}


pargasite documentation built on April 4, 2025, 3:49 a.m.