bdsi-utwente/Deploy to shinyapps.io
Deploy R shiny apps to shinyapps.io.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| appDir | path to app, relative to repository root. Defaults to the repository root. | no | — |
| appFiles | comma separated list of files to publish, relative to appDir. If not provided, all files in appDir will be published. | no | — |
| appFileManifest | path to manifest file, listing files to be deployed relative to appDir. | no | — |
| appName | name of the application (typically the last part of the url, e.g. https://<account>.shinyapps.io/<appName>). | yes | — |
| appTitle | user-friendly title for the application | no | — |
| logLevel | level of verbosity of rsconnect::deployApp(). Defaults to "normal", other options are "quiet" or "verbose". | no | normal |
| accountName | account name on shinyapps.io (typically the first part of the url, e.g. https://<account>.shinyapps.io/<appName>). | yes | — |
| accountToken | access token, see https://www.shinyapps.io/admin/#/tokens. Generating a new token/secret pair for this action is recommended, so that you can revoke it without affecting other deployments. | yes | — |
| accountSecret | secret, see https://www.shinyapps.io/admin/#/tokens. Generating a new token/secret pair for this action is recommended, so that you can revoke it without affecting other deployments. | yes | — |
Outputs
no outputs