We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
anyNA()
1 parent 50a99ec commit 26b0b1eCopy full SHA for 26b0b1e
R/expect-known.R
@@ -215,5 +215,5 @@ expect_known_hash <- function(object, hash = NULL) {
215
}
216
217
all_utf8 <- function(x) {
218
- ! any(is.na(iconv(x, "UTF-8", "UTF-8")))
+ !anyNA(iconv(x, "UTF-8", "UTF-8"))
219
0 commit comments