Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.