Nothing
library(reformulas)
library(tinytest)
## shouldn't find 'naked' specials
expect_false(anySpecial(y ~ s))
expect_true(anySpecial(y ~ s(1)))
expect_false(anySpecial(y ~ s[[1]]))
expect_false(anySpecial(y ~ diag))
expect_true(anySpecial(y ~ diag(1)))
expect_false(anySpecial(y ~ diag[[1]]))
anySpecial(y ~ poly, specials = "poly")
anySpecial(y ~ poly(1), specials = "poly")
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.