powered by
Convert a Character Vector Into an Enumeration
string2words(x, separator = ",", last = "and", add_whitespace = TRUE)
A data.frame.
data.frame
A character vector.
character
A separator used for the enumeration.
The separator used last for the enumeration.
Add whitespace after separators?
Other bits and pieces: golden_ratio(), is_difftime_less(), is_valid_primary_key(), pause(), r_cmd_install(), rownames2col(), str2num(), strip_off_attributes(), tapply(), throw()
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"))
Run the code above in your browser using DataLab