knitr::opts_chunk$set(
  comment = "#>",
  tidy = FALSE,
  error = FALSE,
  fig.width = 8,
  fig.height = 8)

rcorpora

Linux Build Status Windows Build status CRAN version CRAN RStudio mirror downloads

R package that contains all data sets from https://github.com/dariusk/corpora

Installation

install.packages("rcorpora")

Usage

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")

License

CC0



gaborcsardi/rcorpora documentation built on May 16, 2019, 4:15 p.m.