| are_names_of | R Documentation | 
Pipe-friendly assigning of vectors when their names are known first
are_names_of(char_vec, value, ...)
char_vec | 
 Character  | 
value | 
 Thre possibilities: 1. A function which takes   | 
... | 
 Arguments ging to value if value is a function  | 
letters %>% are_names_of(rnorm) letters %>% are_names_of(1) letters %>% are_names_of(1:26)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.