Skip to content

b-rodrigues/michelRodange

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages