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 updated to reflect
the removal and (or) reordering of variables.EditFunction
;
(3) display data in a spreadsheat, see ViewData
; and
(4) remove and (or) reorder variables in the data table.data(project)
ManageData(project$cols, project$vars)
Run the code above in your browser using DataLab