context('rgb2hex')
test_that('rgb2hex returns correct HEX from RGB', {
expect_equal(rgb2hex('255,195,77'), '#FFC34D') # ignore.case = TRUE
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.