Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gaborcsardi/rcorpora
- Owner: gaborcsardi
- Created: 2014-11-25T04:11:37.000Z (almost 10 years ago)
- Default Branch: x
- Last Pushed: 2021-03-20T02:54:51.000Z (over 3 years ago)
- Last Synced: 2024-10-11T18:26:29.834Z (about 1 month ago)
- Language: R
- Size: 1.58 MB
- Stars: 42
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - gaborcsardi/rcorpora - R package with a collection of small corpuses of interesting data, from https://github.com/dariusk/corpora (R)
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