Skip to contents

Keep only alphanumerics, "", "+", and "." in strings and substitute spaces with "". Used in MolEvolvR codebase to cleanup domain architecture values

Usage

clean_string(string)

Arguments

string

Value

string string with only alphanumerics, "_", "+", and "."

Examples

if (FALSE) { # \dontrun{
clean_string()
} # }