mask | R Documentation |
Blanks out part of the string
S3 method for decorated
objects
Default S3 method for flair_rx
.
mask(x, pattern, before = NULL, after = NULL, ...) mask_rx(x, pattern, before = NULL, after = NULL, ...) ## S3 method for class 'decorated' mask_rx(x, pattern, before = NULL, after = NULL, ...) ## Default S3 method: mask_rx(x, pattern, before = NULL, after = NULL, ...) mask_quick(x, pattern, before = NULL, after = NULL, ...)
x |
A string object or |
pattern |
A pattern to match |
before |
Custom preceding html tag |
after |
Custom ending html tag |
... |
Further formatting options, passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.