initData {editbl}R Documentation

Add some extra columns to data to allow for / keep track of modifications

Description

Add some extra columns to data to allow for / keep track of modifications

Usage

initData(
  data,
  ns,
  buttonCol = "buttons",
  statusCol = "status",
  deleteCol = "deleted",
  iCol = "i"
)

Arguments

data

data.frame

ns

namespace function

buttonCol

character(1) name of column with buttons

statusCol

character(1) name of column with general status (e.g. modified or not).

deleteCol

character(1) name of the column with deletion status.

iCol

character(1) name of column containing a unique identifier.

Value

data with extra columns buttons, status, i.

Author(s)

Jasper Schelfhout


[Package editbl version 1.0.4 Index]