Nothing
# Constants
# API endpoints
API_BASE_URL <- 'https://archive.ics.uci.edu/api/dataset'
API_LIST_URL <- 'https://archive.ics.uci.edu/api/datasets/list'
# Base location of data csv files
DATASET_FILE_BASE_URL <- 'https://archive.ics.uci.edu/static/public'
# available categories of datasets to filter by
VALID_FILTERS <- c('aim-ahead')
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.