Nothing
# (c) Kevin Dunn, 2018.
if (!requireNamespace("png", quietly = TRUE)) {
stop(paste0("Package \"png\" is essential for this function to work. ",
"Please install it."), call. = FALSE)
}
tradeOffTable <- function(){
plot.new()
img <- png::readPNG(system.file("trade-off-table.png", package = "pid"))
grid::grid.raster(img)
}
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.