StationBrowser: Browse station locations

View source: R/StationBrowser.R

StationBrowserR Documentation

Browse station locations

Description

Launches a leaflet map to browse station locations.

Usage

StationBrowser(
  Data = deltareportr::stations,
  Sources = NULL,
  StationIDs = NULL
)

Arguments

Data

Station location data. Defaults to stations, which only includes fixed station locations + EMP EZ locations post 2004. Does not include EDSM. Data must include columns named Latitude, Longitude, Source, and StationID.

Sources

Which data sources would you like to include? Set Sources=NULL (the default) to include all.

StationIDs

Which StationIDs to include. StationIDs take the form "Source, Station". Set StationIDs=NULL (the default) to include all.


sbashevkin/deltareportr documentation built on Oct. 25, 2022, 2:03 p.m.