split_one.by.one | R Documentation |
Split string and iteratively return parts pasted to first part
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 |
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.