as.character.DataSet {IOHanalyzer} | R Documentation |
S3 generic as.character operator for DataSet
Description
S3 generic as.character operator for DataSet
Usage
## S3 method for class 'DataSet'
as.character(x, verbose = F, ...)
Arguments
x |
A DataSet object |
verbose |
Verbose mode, currently not implemented |
... |
Arguments passed to other methods |
Value
A short description of the DataSet
Examples
as.character(dsl[[1]])
[Package IOHanalyzer version 0.1.8.10 Index]