Nothing
test_that("ordered", {
expect_snapshot({
# ordered
construct(factor(month.abb, ordered = TRUE))
construct(factor(month.abb, ordered = TRUE))
construct(factor(month.abb, ordered = TRUE), opts_ordered("factor"))
construct(factor(month.abb, ordered = TRUE), opts_ordered("new_ordered"))
construct(factor(month.abb, ordered = TRUE), opts_ordered("next"))
construct(factor(month.abb, ordered = TRUE), opts_ordered("integer"))
construct(factor(month.abb, month.abb, ordered = TRUE))
construct(factor(month.abb, month.abb, ordered = TRUE), opts_ordered("factor"))
construct(factor(month.abb, month.abb, ordered = TRUE), opts_ordered("new_ordered"))
construct(factor(month.abb, levels = c(month.abb, NA), ordered = TRUE, exclude = NULL))
construct(ordered(c(a="foo")))
})
})
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.