Nothing
elaborator_draw_lines <- function(x){
apply(x, 1, function(z) {
lines(
x = 1:length(colnames(x)),
y = z,
col = "#00000040"
)
}
)
}
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.