Nothing
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()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.