knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

UK2GTFS

The goal of UK2GTFS is to convert train, tram, bus, and metro timetable data from the unfriendly and difficult to use formats used in the UK to the easy to use GTFS format. For a full explanation see the getting started vignette.

Installation

Install the package with devtools as follows:

install.packages("devtools") # If you do not already have the devtools package
devtools::install_github("mem48/UK2GTFS")

Package Status

This package is very much a work in progress and comes with no guarentees.



mem48/UK2GTFS documentation built on Sept. 23, 2019, 6:05 p.m.