normalizedCharacter-class | R Documentation |
This is a character vector which has any newline, tab and line feeds removed from the contents.
The StringEnum
class is a (virtual) class that is used as
the base class for a restricted string that is an enumeration,
i.e. one of a fixed set of strings.
Objects can be created by calls of the form
new("normalizedCharacter", ...)
or via as(vector, "normalizedCharacter")
.
.Data
:Object of class "character"
, inherited
from the base character
class.
Class "character"
, from data part.
Class "vector"
, by class "character", distance 2.
Class "data.frameRowLabels"
, by class "character", distance 2.
Class "SuperClassMethod"
, by class "character", distance 2.
No methods defined with class "normalizedCharacter" in the signature.
Duncan Temple Lang
showClass("normalizedCharacter")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.