Skip to content

Data and functions to accompany the book "Learning R".

License

Notifications You must be signed in to change notification settings

Woosah/learningr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learningr

Data and functions to accompany the book Learning R.

To install, you first need the devtools package.

install.packages("devtools")

Then you can install the learningr package using

library(devtools)
install_github("learningr", "richierocks")

Some filenames have been changed slightly to conform to CRAN portability requirements. To change them back to those in the book, type:

library(learningr)
fix_filenames()

About

Data and functions to accompany the book "Learning R".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published