The actively currated datasets are in the {mosaicData}
R
package.
These have documentation in the {LSTbook}
package, but
the data themselves need to be load()
ed as a URL. This is
to keep the {LSTbook}
package small by not including large
datasets that are rarely used.
load("https://www.mosaic-web.org/go/datasets/Natality_2014.rda")
Trout <- read.csv("https://www.mosaic-web.org/go/datasets/trout-perch.csv")
There are some legacy datasets (from before the R-package era), many
but not all of which were incorporated in {mosaicData}