isOfNamespace {rBiopaxParser} | R Documentation |
This function checks if the supplied input string starts with a supplied namespace tag
isOfNamespace(classname, namespace = "bp")
classname |
A string containing the classname to check |
namespace |
A string giving the namespace to check for |
This function returns TRUE if the supplied classname string is preceeded with the supplied namespace string, and FALSE if not.
Frank Kramer