dashboard {BETS} | R Documentation |
Create a BETS custom dashboard
Description
Generate thematic dashboards using a selection of BETS time series and charts. For now, themes and charts are pre-defined.
Usage
dashboard(type = "business_cycle", charts = "all", saveas = NA,
parameters = NULL)
Arguments
type |
A |
charts |
A |
saveas |
A |
parameters |
A |
Details
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 chart , can be either 'plotly' or 'normal' . |
charts.opts | A list of parameters lists, one for each chart. Parameters are specified in chart |
Value
A .pdf file (the dashboard)
Author(s)
Talitha Speranza talitha.speranza@fgv.br
Examples
# dashboard()
# dashboard(saveas = "survey.pdf")
# dashboard(type = "macro_situation")