Nothing
test_that("Expect that first values from RColorbrewer palette are returned", {
expect_equal(
extend_palette(1),
RColorBrewer::brewer.pal(3, "Dark2")[1]
)
expect_equal(
extend_palette(2),
RColorBrewer::brewer.pal(3, "Dark2")[1:2]
)
expect_equal(
extend_palette(3),
RColorBrewer::brewer.pal(3, "Dark2")
)
})
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.