plot_rtn_series: Generate a line graph for given accounts data

View source: R/plot_rtn_series.R

plot_rtn_seriesR Documentation

Generate a line graph for given accounts data

Description

Generate a line graph for given accounts data

Usage

plot_rtn_series(.data, value_type = "1", clean_names = TRUE)

Arguments

.data

tibble with 12 month accumulated values

value_type

character 1- For updated value

clean_names

logical cleans the legend name

Value

line graph.

Examples

get_year_accumulated_account_data(c("3. RECEITA LÍQUIDA","despesa total","acima da linha"), match_required = FALSE) %>% plot_rtn_series()

tchiluanda/rtn documentation built on Feb. 17, 2024, 12:10 a.m.