Nothing
# resolve different kinds of specs into character names
data(tpc_example)
kn <- knowledge(
head(tpc_example)
)
# character vector
.vars_from_spec(kn, c("child_x1", "youth_x3"))
# bare symbol that refers to a character vector
target <- c("oldage_x5", "oldage_x6")
.vars_from_spec(kn, target)
# tidyselect expression
.vars_from_spec(kn, rlang::expr(starts_with("child_")))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.