ManageData(cols, vars, parent = NULL)
cols
component of
Data
, a list whose length is equal to
the current number of data variables. Each component in cols
is linked
to a specific variable, and contains the following components:name
and unit
.data.raw
data frame (see ImportData
). Only required
for variables directly linked to data columns in data.raw
.SummarizeData
).vars
object is a list with components:cols
.vars
component of Data
is only updated to reflect
the removal and (or) reordering of variables (OpenRSurvey
).EditFunction
); and
(3) remove and (or) reorder variables in the data table.EditFunction
data(project)
ManageData(project$cols, project$vars)
Run the code above in your browser using DataLab