show_file | R Documentation |
show_file
show_file(file, how = c("bare", "generic", "code"), engine = NULL)
file |
string that indicate the path and filename |
how |
if bare, the file is printed as it is. With generic the file is embedded into backticks. If code, the file is embedded with backticks and an engine. If not specified the default engine is R. |
Invisibly return the file lines and print the content
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.