isURL {rBiopaxParser}R Documentation

Check if a string is an URL, preceeded by "http:"

Description

This function checks if the supplied input string starts with "http:"

Usage

isURL(string)

Arguments

string

A string containing the classname to check

Value

This function returns TRUE if the supplied classname string starts with "http:", and FALSE if not.

Author(s)

Frank Kramer


[Package rBiopaxParser version 2.22.0 Index]