@ -297,6 +297,6 @@ type_sum.ab <- function(x) {
#' @export
pillar_shaft.ab <- function(x, ...) {
out <- format(x)
out[is.na(x)] <- NA
out[is.na(x)] <- pillar::style_na("NA")
pillar::new_pillar_shaft_simple(out, align = "left", min_width = 4)
}
The note is not visible to the blocked user.