string2words | R Documentation |
Convert a Character Vector Into an Enumeration
string2words(x, separator = ",", last = "and", add_whitespace = TRUE)
x |
A |
separator |
A separator used for the enumeration. |
last |
The separator used last for the enumeration. |
add_whitespace |
Add whitespace after separators? |
A data.frame
.
Other bits and pieces:
golden_ratio()
,
is_difftime_less()
,
is_valid_primary_key()
,
pause()
,
r_cmd_install()
,
rownames2col()
,
str2num()
,
strip_off_attributes()
,
tapply()
,
throw()
string2words(c("beech", "oak", "ash"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.