Description Usage Arguments Value Examples
Create a formattable logical vector
1 2 | ## 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.
1 2 3 4 5 6 |
[1] yes yes no
[1] no no yes
[1] yes
[1] no
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.