The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.