What the Package Is All About

Functions

How To Use

Let`s try data.library!


To learn more about
this package,
click the R logo!


link to site: Explanatory video on how to use (Youtube)

I have developed a R package!


The name is
"data.library".


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.

This package has two functions.


data_library()


It can output summary() values and scatter diagrams of data sets.

help_data_library()


It can display help pages of data sets.

Install


install.packages("devtools")
library(devtools)
install_github("Myxogastria0808/data.library")
library(data.library)


Use Functions

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.

I have deveoloped a R package.
The name is "data.library".


link to: Explanatory video on how to use