Description Usage Arguments Value Examples
Draw specified charts
1 | plot_charts(names = names, datapath = datapath, i18n = i18n)
|
names |
the names of the generated data resources, to be used for plotting For example, if user language is '"en"' then the names look like '"Chart1"', '"Chart2"', ... corresponding to existent data files '"Chart1.csv"', '"Chart2.csv"', ... If the user language is '"de"' then names are like '"Grafik1"', ... corresponding to '"Grafik1.csv"', ... data |
datapath |
- optional, the path on disk where all generated data will be saved |
i18n |
- required, the translator object used to personalize output according with user set language |
a list of plotly objects
1 | plots <- plot_charts(names = chartnames, 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.