README.md

michelRodange

The goal of michelRodange is to provide three important national texts of the Luxembourguish language as data frames. This will facilitate the study of these texts with the R programming language.

Installation

You can install the released version of michelRodange from CRAN with:

install.packages("michelRodange")

You can also install the package from Github:

remotes::install_github("b-rodrigues/michelRodange")

Example

library(michelRodange)
library(tidyverse)

data(renert)

renert %>% 
  group_by(gesank) %>% 
  summarise(total_lines = n())


Try the michelRodange package in your browser

Any scripts or data that you put into this service are public.

michelRodange documentation built on May 2, 2019, 5:08 a.m.