Description Usage Arguments Value
helper function to list things.
1 2 | list_elements(x, end_string = "and ", sep_string = "=",
col_string = ", ", use_names = FALSE, lower = TRUE)
|
x |
a vector of elements |
end_string |
the character that precedes the last item in x |
sep_string |
the string that links names to values |
col_string |
the string that precedes items other than the first and last in x |
use_names |
if names are used, the names of x are listed along with values in x |
lower |
if true, then all characters are printed in lower case. |
a string that lists the elements of x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.