View source: R/get_12_month_accumulated_account_data_by_month.R
get_12_month_accumulated_account_data_by_month | R Documentation |
Get account data accumulated for 12 months for specifics accounts in specified months
get_12_month_accumulated_account_data_by_month(
.data = NULL,
month = NULL,
match_required = TRUE
)
.data |
vector indicating the account, Null for all accounts |
month |
vector indicating the months of reference. Null for all months |
match_required |
logic indicates if the account names must match |
tibble with account data.
get_12_month_accumulated_account_data_by_month(.data= "5. RESULTADO PRIMÃRIO GOVERNO CENTRAL - ACIMA DA LINHA (3 - 4)", month = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.