Learn R Programming

mldr.datasets (version 0.4.2)

available.mldrs: Obtain additional datasets available to download

Description

available.mldrs retrieves the most up to date list of additional datasets. Those datasets are not included into the package, but can be downloaded and saved locally.

Usage

available.mldrs()

Arguments

Value

A data.frame with the available multilabel datasets

Examples

Run this code
# NOT RUN {
library(mldr.datasets)
names <- available.mldrs()$Name
# }

Run the code above in your browser using DataLab