.vsc.applyVarInfos | R Documentation |
Get info about a variable by applying the relevant varInfo
entries.
.vsc.applyVarInfos(
v,
infos = character(0),
stackingInfos = character(0),
verbose = getOption("vsc.verboseVarInfos", FALSE),
ind = NULL
)
v |
The variable, any R value. |
infos |
Character vector of field names in |
stackingInfos |
Character vector of field names in |
verbose |
Whether to print debug info using |
ind |
The indices to retrieve if child variables are retrieved. |
The allowed varInfo
entries and their types are:
childVars: MinimalVariable[]
nChildVars: number
customAttributes: MinmalVariable[]
internalAttributes: MinmalVariable[]
toString: string
type: string
evaluateName: string
printFunc: function | boolean
Where MinimalVariable[]
refers to a list of named lists with entries:
name: string
rValue: any R value
setter: (optional, undocumented)
setInfo: (optional, undocumented)
A named list, containing the corresponding varInfo
results.
varInfos
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.