get_12_month_accumulated_account_data_by_month: Get account data accumulated for 12 months for specifics...

View source: R/get_12_month_accumulated_account_data_by_month.R

get_12_month_accumulated_account_data_by_monthR Documentation

Get account data accumulated for 12 months for specifics accounts in specified months

Description

Get account data accumulated for 12 months for specifics accounts in specified months

Usage

get_12_month_accumulated_account_data_by_month(
  .data = NULL,
  month = NULL,
  match_required = TRUE
)

Arguments

.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

Value

tibble with account data.

Examples

get_12_month_accumulated_account_data_by_month(.data= "5. RESULTADO PRIMÁRIO GOVERNO CENTRAL - ACIMA DA LINHA (3 - 4)", month = NULL)

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