Nothing
#' @title MNIST handwritten digits
#'
#' @description This is a 1% stratified random sample from the MNIST handwritten
#' digit data set.
#'
#' @name mnist
#' @aliases mnist_train mnist_test
#' @usage mnist_train; mnist_test
#' @keywords datasets
#' @format Two data frames of 600 and 100 rows, respectively, and 2 variables:
#' \describe{
#' \item{`digit`}{list column of 28 × 28 numeric matrices}
#' \item{`label`}{integer digit}
#' }
#' @source \url{http://yann.lecun.com/exdb/mnist/}
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.