| with_name | R Documentation | 
Slices of a vector with elements of given name, or containing given patterns.
Analogous accessor functions for purrr::pluck
with_name(v, name) with_name_containing(v, pattern) named(name) name_contains(pattern)
| v | A vector | 
| name | Name of entry to pluck | 
| pattern | Pattern passed to  | 
A slice from v containing all elements in v with the given name, or the name of which contains pattern
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.