knitr::opts_chunk$set( comment = "#>", tidy = FALSE, error = FALSE, fig.width = 8, fig.height = 8)
R package that contains all data sets from https://github.com/dariusk/corpora
install.packages("rcorpora")
Calling the corpora()
function without arguments lists all
data sets in the package, calling it with the name of a data
set, returns the data set itself. For example
library(rcorpora) corpora() corpora("foods/pizzaToppings")
CC0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.