library(simaltruist)
knitr::opts_chunk$set(out.width = "90%", fig.align = "center")



The R package bcscr exposes some of the larger functions and R6 objects that appear in the online textbook Beginning Computer Science with R.

Installation

Install the package from Git Hub:

devtools::install_github("homerhanumat/bcscr")

Then attach the package:

library(bcscr)

Enjoy!



homerhanumat/bcscr documentation built on Jan. 14, 2023, 4 a.m.