R/shinyApp.R

Defines functions lifelogrApp

Documented in lifelogrApp

#' Run the Shiny app.
#' @description Meant to be used as an example showcasing the visualizations.
#' Uses the EX Person instance used throughout this package.
#' @export
#' @importFrom shiny runApp
#' @examples
#' lifelogrApp
lifelogrApp <- function() {
  shiny::runApp(system.file('shinyApp', package = 'lifelogr'))
}

Try the lifelogr package in your browser

Any scripts or data that you put into this service are public.

lifelogr documentation built on May 2, 2019, 6:11 a.m.