1 min read

Using runDemo on RStudio

Installing the package

The package required is on GitHub, run the following code in your R console to load it.

devtools::install_github("ptds2021/project--G2")

library("hectimetables")

Opening the app (in RStudio)

To open the app using R, simply run this command:

hectimetables::runDemo()