R/clean.R
clean_markers_names.Rd
Function to clean marker's name of weird separators that interfere with some packages or codes. /, :, - and . are changed to an underscore _. Used internally in radiator and might be of interest for users.
/
:
-
.
_
clean_markers_names(x)
(character string) Markers character string.