Description Usage Arguments Value Author(s)
View source: R/helperFunctions.R
This function checks if the supplied input string starts with a supplied namespace tag
1 | isOfNamespace(classname, namespace = "bp")
|
classname |
A string containing the classname to check |
namespace |
A string giving the namespace to check for |
This function returns TRUE if the supplied classname string is preceeded with the supplied namespace string, and FALSE if not.
Frank Kramer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.