rustkas / r-docker-dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

r-docker-dev

In this repo you will find a minimal working example of a Shiny (R) application.

There are two sources:

  • src for the base app
  • src_db with the database connection in place

Open a browser and view the applicaton at http://localhost:3838

git remote remove origin

gh repo create rustkas/r-docker-dev --public --source=. --remote=origin

git remote add origin https://github.com/rustkas/r-docker-dev.git

About


Languages

Language:R 86.4%Language:Dockerfile 13.6%