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