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.
1 parent 9dd54d9 commit 3b5f6cfCopy full SHA for 3b5f6cf
R/format.R
@@ -3,7 +3,7 @@ format.blob <- function(x, ...) {
3
if (length(x) == 0)
4
return(character())
5
6
- ifelse(is.na(x), "<NA>", paste0("blob[", blob_size(x, ...) , "]"))
+ ifelse(is.na(x), "<NA>", paste0("blob[", blob_size(x, ...), "]"))
7
}
8
9
#' @export
0 commit comments