mask | R Documentation |
The YAML front matter tag mask
determines whether
the text is displayed or replaced by mask_message
.
The YAML tag can take the values yes
or no
.
mask(
x,
mask_message = "masked for blind review",
hide = rmarkdown::metadata$mask
)
x |
Atomic character vector to be masked. |
mask_message |
Atomic character vector to mask |
hide |
Logical, Default: rmarkdown::metadata$mask |
Character vector.
metadata
mask("this is masked", hide = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.