View source: R/ox.R View source: R/compat.R
| ox_vals | R Documentation |
Simple Oxford-Comma Lists
Simple Oxford-Comma Lists
ox_vals(x, join)
ox_vals(x, join)
x |
A character vector to be formatted as an Oxford-comma list. |
join |
A character scalar conjunction for between the next to last and last elements of |
A character scalar. egOxVals <- function() base::list(and.letters = uj::ox_vals(letters, "and"), or.digits = uj::ox_vals(0:9 , "or" ))
egOxVals()
A character scalar. egOxVals <- function() base::list(and.letters = uj::ox_vals(letters, "and"), or.digits = uj::ox_vals(0:9 , "or" ))
egOxVals()
Other strings:
blank(),
chn(),
delim(),
fsub(),
gr,
ipat(),
makestr(),
markdown_help(),
maxnch(),
ox(),
pgrid_help(),
revstr(),
spaces(),
ss_help(),
tocase(),
weave()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.