Friday 29 September 2017

R Datasets

Cited from the Book "Beginning Data Science in R"

Distributed together with R is the package dataset. You can load the package into R using library(datasets) and get a list of the datasets in it, together with a short description of each, using library(help = "datasets").

To load an actual dataset into R’s memory, use the data(cars) function, for example.


No comments:

Post a Comment