prettify_list | R Documentation |
Convert a list to a single character, preserving names
prettify_list(x)
x |
Named list. |
character
prettify_list(list(a = 1, b = 2, c = 3))
# "a=1, b=2, c=3"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.