I\'m studying from a book called \"Introductory Statistics in R\" which uses data from the package \"ISwR\".My problem is that I can\'t load the data on the workspace.When I do<
ISwR is the name of the package, not the datasets included in the package.
ISwR
You can use data(package = "ISwR") to see the list of datasets which come with the Introductory Statistics in R package.
data(package = "ISwR")