View source: R/combine_shortcuts.R
bare_combine | R Documentation |
Copied from hrbrmstr https://github.com/hrbrmstr/hrbraddins
bare_combine()
Turns
a,b c,d,e f
or
a, b c, d, e f
into
c("a", "b c", "d", "e f")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.