Nothing
test_that("mtcars smooth string works", {
expect_equal(
smooth_formula_string(mtcars, 'mpg'),
"mpg ~ cyl + s(disp) + s(hp) + s(drat) + s(wt) + s(qsec) + vs + am + gear + s(carb,k=3)"
)
})
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.