Deploy to shinyapps.io from Travis
1 2 3 4 5 6 | deploy_shinyapps_io(host = Sys.getenv("SNAPSHOTS_DB_HOST"),
user = Sys.getenv("SNAPSHOTS_DB_USER"),
password = Sys.getenv("SNAPSHOTS_DB_PW"),
branchName = Sys.getenv("TRAVIS_BRANCH"),
token = Sys.getenv("RSCONNECT_TOKEN"),
secret = Sys.getenv("RSCONNECT_SECRET"))
|
host |
database hostname |
user |
database username |
password |
database password |
branchName |
branch being deployed from |
token |
rsconnect token |
secret |
rsconnect secret |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.