Nothing
test_that("label_log() returns expression", {
expect_identical(label_log()(numeric()), expression())
expect_identical(label_log()(NA_real_), expression(NA))
expect_equal(label_log()(c(0.1, 10)), expression(10^-1, 10^1))
expect_equal(label_log(base = 2)(8), expression(2^3))
expect_equal(label_log(base = 2, digits = 3)(7), expression(2^2.81))
})
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.