Description Usage Arguments Details Value Author(s) Examples
View source: R/BETS.dashboard.R
Generate thematic dashboards using a selection of BETS time series and charts. For now, themes and charts are pre-defined.
1 2 | BETS.dashboard(type = "business_cycle", charts = "all", saveas = NA,
parameters = NULL)
|
type |
A |
charts |
A |
saveas |
A |
parameters |
A |
Macro Situation and Custom Dashboard Parameters
text | The text to be printed in the dashboard. Separate paragraphs with two backslashes 'n' and pages with '##'. There are no other syntax rules. |
author | The author's name. |
email | The author's email. |
url | The author's webpage. |
logo | The author's business logo. |
Additional Custom Dashboard Parameters
style | A character . The style of the charts. As in BETS.chart , can be either 'plotly' or 'normal' . |
charts.opts | A list of parameters lists, one for each chart. Parameters are specified in BETS.chart |
A .pdf file (the dashboard)
Talitha Speranza talitha.speranza@fgv.br
1 2 3 | # BETS.dashboard()
# BETS.dashboard(saveas = "survey.pdf")
# BETS.dashboard(type = "macro_situation")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.