R/faas.r

#' Figlet as a Service
#' 
#' Run the bundled shiny app wrapping Rfiglet.  Note: requires the 
#' shiny package.
#'
#' @export
faas <- function()
{
  shiny::runApp(file.path(system.file("faas", package="Rfiglet")))
}
wrathematics/Rfiglet documentation built on May 4, 2019, 9:48 a.m.