Learn R Programming

PAMscapes (version 0.14.0)

runDetLoadHelper: Run Detection Data Loading Helper App

Description

Runs a Shiny app that allows users to interactively find the proper parameters to load a detection dataset using loadDetectionData. As of 0.14.0

Usage

runDetLoadHelper(data = NULL)

Arguments

data

file path to a CSV file containing detection data

Author

Taiki Sakai taiki.sakai@noaa.gov

Examples

Run this code
if(interactive()) {
  detFile <- system.file('extdata/detectionExample.csv', package='PAMscapes')
  runDetLoadHelper(detFile)
}

Run the code above in your browser using DataLab