Nothing
print.fect_plot_return <- function(x, ...) {
# When return.data=TRUE we return a list; printing it should behave like a plot:
# draw the figure, but don't dump $data to console.
if (!is.null(x$p)) {
suppressWarnings(print(x$p))
}
invisible(x)
}
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.