Have you ever wished that creating an app was as easy as calling a function? Now it is!
appify
,Done. There is your app!
How is this different from Shiny?
Appify and shiny approach building apps from two different points of view.
To get started go to:
install.packages("devtools")
devtools::install_github("retowyss/appifyr")
To run the app you will need OpenCPU.
install.packages("opencpu")
Then clone the SepalsAndPetals (retowyss/sepals-and-petals) demo application and open the project.
appifyr::build_app()
opencpu::ocpu_start_app("SepalsAndPetals")