Skip to content

Commit

Permalink
bugfix filepfad
Browse files Browse the repository at this point in the history
  • Loading branch information
merangelik committed Aug 14, 2024
1 parent 8a7ff70 commit 54973a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ImportData.R
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ ImportDataJQ <- function(
if ( !is.null(quartal) ) {
if ( !paste0(jahr,"q",quartal) %in% names(inp) ) {
if(!file.exists(paste0(sampSTAT::getFolder("mz"),
"/01 Datenmanagement/", j, "q", q,"/02 datenbest\U00E4nde",
"/01 Datenmanagement/", jahr, "q", quartal,"/02 datenbest\U00E4nde",
"/dg7.mz",paste0(jahr,"q",quartal),".sav"))) {
stop("fuer das Quartal ",quartal," in ",jahr," gibt es noch keine vollstaendigen Daten!\n")
}
Expand Down

0 comments on commit 54973a5

Please sign in to comment.