ucidata: Current UCI Datasets

Description Usage Arguments Format References

View source: R/ucidata.R

Description

This function scrapes data from UCI's Machine Learning repository. Specifically, it's scrapes a table from the datasets page. The table describes characteristics about the data.

Usage

1
ucidata(result = "raw", url = "https://archive.ics.uci.edu/ml/datasets.php")

Arguments

result

One of raw, nest, or flat.

url

The URL that points to the UCIMLR dataset table.

Format

  1. Name: The name of the dataset.

  2. Type: Multivariate, time-series, etc.

  3. Task: Classification, regression, etc.

  4. Variable Types: Categorical, integer, etc.

  5. Observations: Number of rows

  6. Variables: Number of columns

  7. Year: The year the dataset was donated

References

https://archive.ics.uci.edu/ml/datasets.html


tyluRp/ucimlr documentation built on Feb. 2, 2021, 6:51 a.m.