.split_fix_names | R Documentation |
Split names by delim character
.split_fix_names(df, delim = ":", split_item = 1, remove_space = TRUE)
df |
a data.frame |
delim |
character to split names by |
split_item |
index of split string to keep |
remove_space |
should whitespace be replaced with "_" default: TRUE |
vector of names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.