Usage Arguments Examples
View source: R/utils.R
1
selfName(x)
x
A vector
1 2 3 4 5 6 7
selfname(1:10) c(4,6,8) %>% selfName %>% map(~ mtcars[mtcars$cyl == .x, ]) @export
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.