Rdocumentation
powered by
Learn R Programming
rBiopaxParser (version 2.10.0)
addns: Add a namespace tag to the supplied classname string
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
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.