link to site: Explanatory video on how to use (Youtube)
The R programming language originally provides several data sets. However, there is no package that categorizes the characteristics of these data sets. Therefore, I have categorized datasets and created a package that can search datasets by category as a function of package.
It can output summary() values and scatter diagrams of data sets.
It can display help pages of data sets.
install.packages("devtools")
library(devtools)
install_github("Myxogastria0808/data.library")
library(data.library)
1. Type a function which you want to use.
caution) All functions of this package have no arguments.
2. Make a choice which you wan to use.