addns: Add a namespace tag to the supplied classname string

Description Usage Arguments Value Author(s)

View source: R/helperFunctions.R

Description

This function takes the input classname, checks if it already has a namespace, and if not pastes the namespace tag with a dividing ":" in front of it.

Usage

1
addns(classname, namespace = "bp")

Arguments

classname

A string containing a classname

namespace

A string containing a namespace

Value

If the classname is not preceeded by a namespace yet, the supplied namespace is pasted in front of it and returned.

Author(s)

Frank Kramer


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