Description Usage Arguments Details Value
Convert a vector of colon-separated text lines into a list of named elements
1 | listify(colon_sep_xs)
|
colon_sep_xs |
a character vector with lines of the form
|
Some minor cleaning of the input is performed:
Lines without a colon-space separator ": "
are filtered out.
Once the strings are split at the separator, white-space on the left and right sides of each half-string is omitted.
a named list of the values in the colon-separated lines.
"key: value"
yields list(key = "value")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.