Skip to content

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

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

BUAD312/BUAD_312_data

Repository files navigation

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("BUAD312/BUAD_312_data")

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

library(buad312data)

Available data sets:

  • bike_trip_data
  • stations

About

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

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages