Nothing
context("Oddities in input data")
test_that("Character vectors in data do not trigger warnings",
{
d <- data.frame(x1=rep(letters[1:2], 2),
x2=rep(letters[1:2], each=2),
freq=1:4,
stringsAsFactors=FALSE)
expect_silent( alluvial(d[,1:2], freq=d$freq) )
} )
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.