Nothing
test_that("toRGB(NULL) is NULL", {
expect_identical(toRGB(NULL), NULL)
})
test_that("Can apply alpha recursively with toRGB()", {
col <- toRGB(toRGB("black", 0.9), 0.9)
expect_match(col, "rgba\\(0,0,0,0\\.80")
})
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.