Nothing
expect_rejects_non_character <- function(fn, ...) {
testthat::expect_error(fn(123, ...), "character vector")
testthat::expect_error(fn(TRUE, ...), "character vector")
testthat::expect_error(fn(list("test"), ...), "character vector")
}
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.