context("as_predicter()")
test_that("basic predicter works", {
skip("todo")
test <- radon_sims %>%
as_predicter(function(x, y) {
x * sigma + y * sigma
})
test(2, 3) %>% str()
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.