View source: R/plot_rtn_series.R
plot_rtn_series | R Documentation |
Generate a line graph for given accounts data
plot_rtn_series(.data, value_type = "1", clean_names = TRUE)
.data |
tibble with 12 month accumulated values |
value_type |
character 1- For updated value |
clean_names |
logical cleans the legend name |
line graph.
get_year_accumulated_account_data(c("3. RECEITA LÃQUIDA","despesa total","acima da linha"), match_required = FALSE) %>% plot_rtn_series()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.