Learn R Programming

dashR (version 0.0.7)

heroku_app_deploy: Create (and deploy) dashR app to Heroku

Description

This function tries to deploy a dashR app in the current directory to Heroku.

Usage

heroku_app_deploy(name = NULL)

Arguments

name

a name for (a new) Heroku app.

Details

dashR app to Heroku. It can also deploy the template app if your system is configured properly (see details).

To deploy, you need the Heroku CLI and successfully run heroku login ahead of time. You'll also need access to the git system command.

References

https://github.com/plotly/dashR/tree/master/inst/heroku