ManageVariables(cols, vars, parent = NULL)
cols
and vars
.
The cols
object is 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
.data.raw
data frame, see ImportData
. Only required
for variables directly linked to data columns in data.raw
.SummarizeVariable
).vars
object is a list with components:cols
. These indexes are updated to reflect
the removal and (or) reordering of variables in cols
.EditFunction
;
(3) display data in a spreadsheat, see EditData
; and
(4) remove and (or) reorder variables in the data table.data(project)
ManageVariables(project$cols, project$vars)
Run the code above in your browser using DataLab