jacobbien / BUAD_312_data

An R package for the LA Metro bike share data used in BUAD 312 Spring 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buad312data

An R package with some of the data sets for BUAD 312: Statistics and Data Science for Business.

To install the package, run the following code in an R console:

install.packages("remotes")
remotes::install_github("patrickvossler18/BUAD_312_data")

As with any other package, run the following to load:

library(buad312data)

About

An R package for the LA Metro bike share data used in BUAD 312 Spring 2021

License:Other


Languages

Language:R 100.0%