Description Usage Arguments Examples
View source: R/print_file_content.R
A function which reads the text from a file and prints it
1 | print_file_content(file_path)
|
file_path |
character - path to the file |
1 2 3 | path <- system.file("exdata", "file.txt",
package = "pkgTemplateR")
print_file_content(file_path = path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.