Description Usage Arguments Value Examples
Get a List Element
1 | get_element(.list, .pattern)
|
.list |
a named list object. |
.pattern |
a regular expression to be matched to a character string. |
a single element of a list.
1 | get_element(.list = list(first_element = 1:3, second_element = 4:6), .pattern = "second")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.