Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gaborcsardi/rcorpora

R package with a collection of small corpuses of interesting data, from https://github.com/dariusk/corpora
https://github.com/gaborcsardi/rcorpora

Last synced: 17 days ago
JSON representation

R package with a collection of small corpuses of interesting data, from https://github.com/dariusk/corpora

Awesome Lists containing this project

README

        

```{r, setup, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
comment = "#>",
tidy = FALSE,
error = FALSE,
fig.width = 8,
fig.height = 8)
```

# rcorpora

[![Linux Build Status](https://travis-ci.org/gaborcsardi/rcorpora.svg?branch=master)](https://travis-ci.org/gaborcsardi/rcorpora)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/gaborcsardi/rcorpora?svg=true)](https://ci.appveyor.com/project/gaborcsardi/rcorpora)
[![CRAN version](http://www.r-pkg.org/badges/version/rcorpora)](http://www.r-pkg.org/pkg/rcorpora)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/rcorpora)](http://cran.r-project.org/web/packages/rcorpora/index.html)

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

## Installation

```{r eval = FALSE}
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

```{r}
library(rcorpora)
corpora()
corpora("foods/pizzaToppings")
```

## License

CC0