Create a formattable logical vector
Create a formattable logical vector
## S3 method for class 'logical' formattable(x, ..., formatter = "ifelse", preproc = NULL, postproc = NULL)
x |
a logical vector. |
... |
arguments to be passed to |
formatter |
formatting function, |
preproc |
pre-processor function that prepares |
postproc |
post-processor function that transforms formatted output for printing. |
a formattable
logical vector.
logi <- c(TRUE, TRUE, FALSE) flogi <- formattable(logi, "yes", "no") flogi !flogi any(flogi) all(flogi)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.