Nothing
test_that("run_r_command - invalid args", {
expect_error(run_r_command(list()), "Invalid arguments for RunRCommand")
})
test_that("run_r_command", {
expect_equal(
run_r_command(list(command = "print('hey!')")),
list(output = '[1] "hey!"')
)
})
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.