This function tries to deploy a dashR app in the current directory to Heroku.
heroku_app_deploy(name = NULL)
a name for (a new) Heroku app.
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.