library(rsconnect)
remotes::install_github("wlandau/drakeplanner")
message("Setting account info.")
setAccountInfo(
name = Sys.getenv("shinyapps_name"),
token = Sys.getenv("shinyapps_token"),
secret = Sys.getenv("shinyapps_secret")
)
message("Deploying to shinyapps.io.")
deployApp(
appDir = file.path("tests", "apps", "drakeplanner"),
appName = "drakeplanner"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.