Nothing
context("position_stack_keep")
test_that("test vjust, reverse, x, y and kept.origin arguments", {
position <- position_stack_keep()
expect_identical(position$vjust, 1)
expect_identical(position$reverse, FALSE)
expect_identical(position$x, 0)
expect_identical(position$y, 0)
expect_identical(position$kept.origin, "original")
expect_identical(position$fill, FALSE)
})
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.