Description Usage Arguments Value
View source: R/extract-utils.R
Update selected varnames during extract mode
1 | update_selected_varnames(selected = NULL, new)
|
selected |
last state of selected varnames |
new |
new state of selected varname following last click. |
a vector of updated selected varnames. If new
contains a new
varname
, the varname
is added to the end of selected
. If a varname
has been removed in new
, retuns selected
with the varname
removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.