Skip to content

Commit

Permalink
Add xaf version to file
Browse files Browse the repository at this point in the history
  • Loading branch information
koenderks committed May 24, 2024
1 parent 0cf22ff commit b695903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/read_xaf.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ read_xaf <- function(file,
mutations <- .clean_mutations(mutations, clean, lang)
attr(mutations, "lang") <- lang
attr(mutations, "clean") <- clean
attr(mutations, "version") <- version
if (lang == "nl") {
attr(mutations, "Dagboeken") <- journals
attr(mutations, "Grootboeken") <- accounts
Expand Down

0 comments on commit b695903

Please sign in to comment.