We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1004f commit 747d2bcCopy full SHA for 747d2bc
1 file changed
R/utils.R
@@ -31,8 +31,6 @@ bq_check_namespace <- function(pkg, bq_type) {
31
check_installed(pkg, sprintf("to parse BigQuery '%s' fields.", bq_type))
32
}
33
34
-isFALSE <- function(x) identical(x, FALSE)
35
-
36
cat_line <- function(...) {
37
cat(paste0(..., "\n", collapse = ""))
38
0 commit comments