Nothing
expect_rule <- function(rule, expected_premises, expected_conclusions) {
actual <- quasi_label(rlang::enquo(rule))
expect_equal(rule$premises, expected_premises, label = actual$lab)
expect_equal(rule$conclusions, expected_conclusions, label = actual$lab)
}
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.