#' 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.