Arguments
dsList
Data frame as created by prepareDSList()
.
id
Name of the data set in dsList$identification
or the index
of the row in dsList
corresponding to the data set.
responseName
Character. The required name of the response column
in the output data frame created from the data set.
originalNames
If TRUE, the original names of columns are used, if they
are present in the description XML file.
deleteUnused
Logical. Controls, whether the columns containing case
labels or other columns not suitable as attributes, are removed from the data.
keepContents
Logical. If TRUE
, then deleteUnused
parameter is ignored and no columns are converted to factors.