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

taoteprog

This is an analysis package for Tao Te Programming book by Patrick Burns. The main goal is to study "alliance graph" of programming advice. taoteprog provides the following data:

Folder "analysis" contains code for analysis of these data.

Installation

You can install taoteprog from GitHub with:

# install.packages("devtools")
devtools::install_github("echasnovski/taoteprog")


echasnovski/taoteprog documentation built on May 25, 2019, 4:27 p.m.