This function pre harmonizes Sirius names
to make them compatible
Usage
pre_harmonize_names_sirius(x)
Arguments
- x
Character string containing a name
Value
Character string with the name modified according
to the rules specified in the function
Examples
if (FALSE) { # \dontrun{
prepared_name <- pre_harmonize_names_sirius("My name/suffix")
} # }