isOfNamespace: Check if a classname is preceeded by a certain namespace tag...

Description Usage Arguments Value Author(s)

View source: R/helperFunctions.R

Description

This function checks if the supplied input string starts with a supplied namespace tag

Usage

1
isOfNamespace(classname, namespace = "bp")

Arguments

classname

A string containing the classname to check

namespace

A string giving the namespace to check for

Value

This function returns TRUE if the supplied classname string is preceeded with the supplied namespace string, and FALSE if not.

Author(s)

Frank Kramer


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