Nothing
# extract variable names from a RHS using tidyselect or symbols
data(tpc_example)
kn <- knowledge(tpc_example)
# tidyselect RHS
rhs1 <- rlang::expr(starts_with("youth"))
.formula_vars(kn, rhs1)
# symbol arithmetic-style RHS (falls back to symbols)
rhs2 <- rlang::expr(child_x1 + youth_x3)
.formula_vars(kn, rhs2)
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.