Description Usage Arguments Value Examples
This function tries to imitate sed (stream editor), especially s/foo/bar/g syntax.
1  | 
x | 
 character vector  | 
query | 
 sed query.  | 
... | 
 other parameters passed to stringi functions.  | 
Character vector.
1 2 3  | query = "s/foo/bar/g"
x = "foobar"
sed(x, query)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.