Skip to contents

This function harmonizes the names of Sirius outputs to make them compatible

Usage

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{
harmonized_name <- harmonize_names_sirius("My_name")
} # }