R/update_ledger.R

Defines functions update_ledger

Documented in update_ledger

#' Wrapper for updating mapping table, balance and ledger maps
#'
#' @param path_to_ledgerdir Path to directory that contains all ledger files
#'
#' @export
update_ledger <- function(path_to_ledgerdir) {
  update_maptab(path_to_ledgerdir)
  update_balance(path_to_ledgerdir)
  update_ledger_mappings(path_to_ledgerdir)
}
tilschuenemann/ledger2 documentation built on March 20, 2022, 8:36 p.m.