Skip to content

Commit

Permalink
Inconsistent line
Browse files Browse the repository at this point in the history
  • Loading branch information
JTPetter committed Sep 24, 2023
1 parent 174c30a commit 434be37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/msaAttribute.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ msaAttribute <- function(jaspResults, dataset, options, ...) {
if (wideFormat){
ready <- (length(measurements) != 0 && !identical(operators, "") && !identical(parts, ""))
} else {
ready <- (measurements != "" && !identical(operators, "") && !identical(parts, ""))
ready <- (!identical(measurements, "") && !identical(operators, "") && !identical(parts, ""))
}


Expand Down

0 comments on commit 434be37

Please sign in to comment.