.vsc.getAllVarInfoFields | R Documentation |
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)
varInfos |
List of varInfos |
v |
Variable, any R object |
verbose |
passed to |
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 |
.vsc.applyVarInfos
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.