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

Description Usage Arguments Value Author(s)

View source: R/helperFunctions.R

Description

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

Usage

1
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


frankkramer-lab/rBiopaxParser documentation built on July 19, 2020, 9:49 a.m.