Description Usage Arguments Value Author(s) Examples
Concatenate string with "," skipping the overlapped part at the beginning e.g. "Sample1", "Sample2", & "Sample13" -> "Sample1,2,13"
1 | concatenate_skip_overlap(x, sep = ",", na.rm = TRUE)
|
x |
a string vector |
sep |
separating character |
na.rm |
if NA is removed |
a string
Mun-Gwan Hong, mungwan@gmail.com
1 | concatenate_skip_overlap(c("Sample1", "Sample2", "Sample13"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.