Skip to content

Commit 0ce8559

Browse files
committed
Add a note regarding the new R package for autodownloading data.
1 parent fbc9977 commit 0ce8559

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.Rmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ The following is an _R_ data package that features certain data sets from
2222
the [Machine Learning Library at UC Irvine](https://archive.ics.uci.edu/ml/).
2323
These data sets have been cleaned up and provide documentation via _R_'s help system.
2424

25+
> [!NOTE]
26+
>
27+
> Want to easily access data sets not included in this package?
28+
>
29+
> Check out the [`{ucimlrepo}`](https://github.com/coatless-rpkg/ucimlrepo) R package!
30+
> The package provides an interface to download and automatically load data
31+
> sets from the UC Irvine Machine Learning Repository.
32+
2533
## Installation
2634

2735
You can install `ucidata` from github with:

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ from the [Machine Learning Library at UC
1313
Irvine](https://archive.ics.uci.edu/ml/). These data sets have been
1414
cleaned up and provide documentation via *R*’s help system.
1515

16+
> \[!NOTE\]
17+
>
18+
> Want to easily access data sets not included in this package?
19+
>
20+
> Check out the
21+
> [`{ucimlrepo}`](https://github.com/coatless-rpkg/ucimlrepo) R package!
22+
> The package provides an interface to download and automatically load
23+
> data sets from the UC Irvine Machine Learning Repository.
24+
1625
## Installation
1726

1827
You can install `ucidata` from github with:

0 commit comments

Comments
 (0)