tokyoger.blogg.se

Shiny package in r
Shiny package in r









In order for all the needed packages to be installed and loaded in the person´s computer the first time he runs the program, my code in server.R starts with: if (!require("pacman")) install.packages("pacman") I have a shiny app that I want everybody to be able to run using runGitHub with the only pre requisite of having the shiny packaged installed.











Shiny package in r