Nothing
test_output_is_written_to_a_file_when_a_filename_is_specified <- function() {
filename <- tempfile()
write_yaml(1:3, filename)
output <- readLines(filename)
unlink(filename)
checkEquals(c("- 1", "- 2", "- 3"), output)
}
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.