Description Usage Arguments Value Examples
Draw Grafik5 described in the initial code Requires the following data columns: "Jahr", "Monat", "Vergleich", "Durchschnitt", "Verbesserung", "Anzahl_Verb", "Verschlechterung", "Anzahl_Vers"
1 | plot_Grafik5(name, datapath = datapath, i18n = i18n)
|
name |
the name of the file on disk to be used as data source |
datapath |
- optional, the path on disk where data is stored |
i18n |
- required, the translator object used to personalize output according with user set language |
a plotly object
1 | p1 <- plot_Grafik5(name = i18n$t("Chart5"), datapath = file.path("tests/output"), i18n = i18n)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.