ManageVariables(cols, vars, query, changelog, 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.summary).vars object is a list with components:cols. These indexes are updated to reflect
the removal and (or) reordering of variables in cols.variable component are
updated.EditFunction;
(3) display data in a spreadsheet, see EditData; and
(4) remove and (or) reorder variables in the data table.data(ex.project)
ManageVariables(ex.project$cols, ex.project$vars, ex.project$query,
ex.project$changelog)Run the code above in your browser using DataLab