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.
ucidata(result = "raw", url = "https://archive.ics.uci.edu/ml/datasets.php")
result | One of raw, nest, or flat. |
---|---|
url | The URL that points to the UCIMLR dataset table. |
Name: The name of the dataset.
Type: Multivariate, time-series, etc.
Task: Classification, regression, etc.
Variable Types: Categorical, integer, etc.
Observations: Number of rows
Variables: Number of columns
Year: The year the dataset was donated