R/run_grainsizeR.R

#' Grain size extaction from photographs
#'
#' Initialize shiny app for the grain size extraction from photographs
#'
#' @return dataframe of grain sizes
#' @export
#'
#' @examples
#'#' run.grainsizeR()  # Open app to begin grain size extraction interface

run.grainsizeR <- function(){
  appDir <- system.file("shiny/", package = "grainsizeR")
  shiny::runApp(appDir)
}
dtavern/grainsizeR documentation built on May 15, 2019, 4:53 p.m.