Description Usage Arguments Value Note Examples
Make anonymous functions and special functions safe.
1 | fix_fn_names(fn_name)
|
fn_name |
A character vector. |
A character vector.
Strings beginning with “function” are given the value
"..anonymous.."
.
Special function names are wrapped in backquotes.
1 2 3 4 | ## Not run:
fix_fn_names(c("%foo%", "?", "foo bar", "repeat", "function"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.