Description Usage Arguments Examples
View source: R/split_one.by.one.R
Split string and iteratively return parts pasted to first part
1 | split_one.by.one(x, delimiter, un_list = T)
|
x |
A character vector. |
delimiter |
A character to split by. |
un_list |
A logical value whether to unlist |
1 2 | split_one.by.one("Heatmaps/BY.CORE/TMA.stromal.subtype_all excl HRD excl neo dots Moffitt/Surv", "/")
returns:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.