Description Usage Arguments Value Examples
This function will, if necessary and allowed, download the compressed MNIST
data set and save it to .RData files using readMNIST. If the
compressed MNIST archives are available, it will convert them into RData
files loadable from within R. If the RData files are already available,
nothing will be done.
1 | provideMNIST(folder = "data/", download = F)
|
folder |
Folder name, including a trailing slash. |
download |
Logical indicating whether download is allowed. |
Boolean value indicating success or failure.
1 2 3 4 | ## Not run:
provideMNIST("mnist/", download = T)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.