isURL {rBiopaxParser} | R Documentation |
This function checks if the supplied input string starts with "http:"
isURL(string)
string |
A string containing the classname to check |
This function returns TRUE if the supplied classname string starts with "http:", and FALSE if not.
Frank Kramer