Nothing
test_that("evaluating an error returns a string", {
err<-evaluate_error('nofunction()')
expect_type(err,"character")
})
test_that("evaluating a normal expression returns null", {
res<-evaluate_error('x<-5')
expect_equal(res,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.