Description
Complement to 'Modern Data Science with R'.
Description
A complement to *Modern Data Science with R*, both the first and second editions (ISBN: 978-0367191498, publisher URL: <https://www.routledge.com/Modern-Data-Science-with-R/Baumer-Kaplan-Horton/p/book/9780367191498>). This package contains data and code to complete exercises and reproduce examples from the text. It also facilitates connections to the SQL database server used in the book. Both editions of the book are supported by this package.
README.md
mdsr
A complement to the CRC Press book Modern Data Science with R.
To install it, try:
install.packages("mdsr")
The most recent version can always be installed directly from GitHub:
devtools::install_github("mdsr-book/mdsr")
Older versions of the package can be downloaded and installed via the CRAN archive.
Load the package (like any other) with
library(mdsr)
Cite
citation("mdsr")
##
## To cite mdsr in publications use:
##
## Benjamin S. Baumer, Daniel T. Kaplan, Nicholas J. Horton (2021).
## Modern Data Science with R. 2nd edition, Chapman and Hall/CRC Press:
## Boca Raton, 1--673. URL
## https://www.routledge.com/Modern-Data-Science-with-R/Baumer-Kaplan-Horton/p/book/9780367191498.
##
## A BibTeX entry for LaTeX users is
##
## @Book{,
## title = {Modern Data Science with {R}},
## author = {Benjamin S. Baumer and Daniel T. Kaplan and Nicholas J. Horton},
## publisher = {Chapman and Hall/CRC Press: Boca Raton},
## year = {2021},
## month = {3},
## edition = {2nd},
## pages = {1--673},
## isbn = {9780367191498},
## url = {https://www.routledge.com/Modern-Data-Science-with-R/Baumer-Kaplan-Horton/p/book/9780367191498},
## }