Nothing
# Functions used for producing Rd chunks to reduce duplication in
# documentation
seealso <- function(pattern) {
require("scales")
names <- ls("package:scales", pattern = pattern)
paste0("\\code{\\link{", names, "}}", collapse = ", ")
}
seealso_transform <- function() seealso("^transform_")
seealso_pal <- function() seealso("^pal_")
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.