rtutor.app.skel: Generate a skeleton for a shinyapps.io app of a problem set

Description Usage Arguments

Description

Generate a skeleton for a shinyapps.io app of a problem set

Usage

1
2
3
4
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, ...)

Arguments

ps.name

Name of the problem set

app.name

Name of your app. Should have no white spaces or special characters

app.dir

Your local directory to which you want to deploy your app files

rps.app

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.

pkg.name

If you create the app from a package this is the name of your package.

rps.file

The name of your rps file without directory if you create the app from a .rps file

rps.dir

the folder of your rps.file


skranz/RTutor2 documentation built on May 30, 2019, 2:01 a.m.