Nothing
library(reformulas)
if (requireNamespace("Formula")) {
form <- lwage ~ ns(exp, df = 3) | blk
attr(form, "lhs") <- quote(lwage)
attr(form, "rhs") <- list(quote(ns(exp, df = 3)), quote(blk))
form <- Formula::as.Formula(form)
expect_null(findbars_x(form, target = "||", default.special = NULL))
}
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.