| as_file | R Documentation |
Mark as a file by adding classes
as_file(path)
path |
file path |
path with classes set to "file" and "file_{ext}" where ext is
the file extension
tf <- tempfile(fileext = ".txt")
writeLines("", tf)
as_file(tf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.