Description Objects from the Class Slots Methods Author(s) See Also Examples
This class is for keeping information about a data frame to
be processed. The class is mainly for use by importWizard
Objects can be created by calls of the form new("colInfo", ...)
colName
:Object of class "character"
- a
character string for the name of the column
colType
:Object of class "character"
- a
character string for the data type of the column. Can only be
"character" or "numeric"
dropOrNot
:Object of class "logical"
- a
boolean indicationg whether the column will be droped
signature(object = "character")
: The get
method for slot "colName"
signature(object = "character")
: The set
method for slot "colName"
signature(object = "character")
: The get
method for slot "colType"
signature(object = "character")
: The set
method for slot "colName"
signature(object = "logical")
: The get
method for slot "dropOrNot"
signature(object = "logical")
: The set
method for slot "dropOrNot"
Jianhua Zhang
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.