knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of plattdeutschr
is to translate German into Plattdeutsch (German dialect). plattdeutschr
is built upon this tool by Marcel Meyer and simply provides an interface to it.
You can install the development version of plattdeutschr
from GitHub with:
# install.packages("remotes") remotes::install_github("favstats/plattdeutschr")
This is a basic example:
library(plattdeutschr) ## basic example code
get_plattdeutsch("Was geht heute noch meine Kerle")
get_plattdeutsch("Ich würde gerne Maultaschen essen. Oder doch vielleicht Spätzle mit Soße.")
get_plattdeutsch("Widerrechtlich abgestellte Fahrzeuge werden kostenpflichtig abgeschleppt.")
get_plattdeutsch(random = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.