From b695903e8387df8431cfc4fdd78ff5294f956e97 Mon Sep 17 00:00:00 2001 From: Koen Derks Date: Fri, 24 May 2024 11:18:35 +0200 Subject: [PATCH] Add xaf version to file --- R/read_xaf.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/read_xaf.R b/R/read_xaf.R index 7ecd0ab..da53ba7 100644 --- a/R/read_xaf.R +++ b/R/read_xaf.R @@ -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