Description Usage Arguments Value Examples
This function takes as input one character vector and constructs a meaningful text. By default it results in a list with elements separated by commas and the last element separated by ", and".
| 1 | tidyList(x, sep = ",", last = "and", dec = ".")
 | 
| x | Name of the object containing character vector. | 
| sep | How to separate pieces of information displayed. Defaults to a commas followed by a space. | 
| last | How to separate the last element. Defaults to "and". | 
A string of text to be used in markdown documents.
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.