Generate a skeleton for a shinyapps.io app of a problem set
rtutor.app.skel(ps.name, app.name = ps.name, app.dir,
rps.app = !is.null(rps.dir), pkg.name = NULL, rps.file = paste0(ps.name,
".rps"), rps.dir = NULL, overwrite = FALSE,
github.user = "GITHUB_USERNAME", libs = NULL, ...)
Name of the problem set
Name of your app. Should have no white spaces or special characters
Your local directory to which you want to deploy your app files
locgical. If TRUE create an app based on an .rps file. Otherwise create the app based on a problem set package that is hosted on Github.
If you create the app from a package this is the name of your package.
The name of your rps file without directory if you create the app from a .rps file
the folder of your rps.file