R/launch.R

Defines functions launch

Documented in launch

launch <- function(){
	if (!interactive())
		stop('The Agroft package is designed for interactive use only', call.=TRUE)

  shiny::runApp(system.file('app', package='agroft'))
}
ucd-ipo/aip-analysis documentation built on May 3, 2019, 2:21 p.m.