Nothing
`as.yaml` <-
function(x, line.sep = c('\n', '\r\n', '\r'), indent = 2, omap = FALSE,
column.major = TRUE, unicode = TRUE, precision = getOption('digits'),
indent.mapping.sequence = FALSE, handlers = NULL) {
line.sep <- match.arg(line.sep)
res <- .Call(C_serialize_to_yaml, x, line.sep, indent, omap, column.major,
unicode, precision, indent.mapping.sequence, handlers,
PACKAGE="yaml")
Encoding(res) <- "UTF-8"
res
}
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.