Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 578 Bytes

File metadata and controls

35 lines (21 loc) · 578 Bytes

WhyR

An R package with WhyR? Conference data sets.

Install from GitHub

devtools::install_github("WhyRFoundation/WhyR")

Data sets

abstracts - WhyR? 2018

The data set abstracts_WhyR2018 contains abstracts from the WhyR? 2018 Conference. Abstracts are in English.

library(WhyR)

data(abstracts_WhyR2017)
head(abstracts_WhyR2017)

abstracts - WhyR? 2017

The data set abstracts_WhyR2017 contains abstracts from the WhyR? 2017 Conference. Abstracts are in Polish.

library(WhyR)

data(abstracts_WhyR2018)
head(abstracts_WhyR2018)