Tools to check the varInfos computed for variables and modify the list of varInfos used.

.vsc.getAllVarInfoFields(varInfos = session$varInfos)

.vsc.applyAllVarInfos(v, verbose = TRUE)

.vsc.resetVarInfos()

.vsc.addVarInfo(varInfo, overwrite = FALSE)

.vsc.removeVarInfos(positions)

.vsc.getVarInfos(positions = NULL)

.vsc.checkVarInfos(varInfos = session$varInfos)

Arguments

varInfos

List of varInfos

v

Variable, any R object

verbose

passed to .vsc.applyVarInfos

varInfo

A varInfo, i.e. named list.

overwrite

Boolean, whether to overwrite the entry in that position

positions

Numeric or character vector, the entries to retrieve/remove