get_account_data_by_month: Get data for specifics accounts in specified months

View source: R/get_account_data_by_month.R

get_account_data_by_monthR Documentation

Get data for specifics accounts in specified months

Description

Get data for specifics accounts in specified months

Usage

get_account_data_by_month(.data = NULL, month = 12, match_required = TRUE)

Arguments

.data

vector indicating the account, Null for all accounts

month

vector indicating the months of reference.

match_required

logic indicates if the account names must match

Value

tibble with account data.

Examples

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

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