knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Project management and overview documents for the Cycling Infrastructure Prioritisation Toolkit (CyIPT) Funded by the Department for Transport.

Comments/suggestions welcome in the issue tracker.

To get this and associated repos on you computer you can clone them as follows:

clone git@github.com:cyipt/cyipt
clone git@github.com:cyipt/cyipt-bigdata

The main processes undertaken by CyIPT are:

These are called from cyipt.R.

Definitions and variable names

Variable names are in lowercase and use_underscores, and should be kept updated in input-data/variables.csv:

variables = readr::read_csv("input-data/variables.csv")
knitr::kable(variables)


cyipt/cyipt documentation built on Aug. 16, 2020, 10:24 p.m.