Mercurial > repos > lain > xseekerpreparator
diff XSeekerPreparator.R @ 7:5be8a770a11d draft
" master branch Updating"
author | lain |
---|---|
date | Thu, 21 Jan 2021 12:55:33 +0000 |
parents | 207e36770d18 |
children | b7ebb4748e59 |
line wrap: on
line diff
--- a/XSeekerPreparator.R Wed Jan 20 17:47:51 2021 +0000 +++ b/XSeekerPreparator.R Thu Jan 21 12:55:33 2021 +0000 @@ -565,7 +565,7 @@ if (length(classes) > 1) { stop(sprintf("Only one class expected in the variable metadata. Found %d .", length(classes))) } - if (length(classes) === 0) { + if (length(classes) == 0) { stop("Could not find any class column in your variableMetadata.") } return (classes[[1]])