README.md

baseApp

This repository includes an example of a basic shiny app wrapped into an R package.

Docker

To build a deployable docker container run:

cd ./docker/
chmod +x build_image.sh
./build_image.sh

Installation

You can install the development version of baseApp with:

install.packages("devtools")
devtools::install_github("kapsner/baseApp")

Example

This is a basic example which shows you how to launch the baseApp:

library(baseApp)
launchApp()

To open the shiny application in your webbrowser, go to http://localhost:3838

More Infos:



kapsner/expenditR documentation built on Nov. 10, 2019, 10:42 p.m.