replace_all | R Documentation |
Takes every occurrence of one string and replaces it with another
## S3 method for class 'bi_model'
replace_all(x, from, to, ...)
x |
a |
from |
string to be replaced (a regular expression) |
to |
new string (which can refer to the regular expression given as
|
... |
ignored |
the updated bi_model
object
bi_model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.