library(rsamplestudy)
context("fun_var_names")
test_that("fun_var_names works", {
expect_equal(fun_var_names(5), paste0('x[', 1:5, ']'))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.