Generate code to read a file
Generate code to read a file
read_files( path, pdir = "", type = "rmd", to = "", clipboard = TRUE, radiant = FALSE )
path |
Path to file. If empty, a file browser will be opened |
pdir |
Project dir |
type |
Generate code for _Report > Rmd_ ("rmd") or _Report > R_ ("r") |
to |
Name to use for object. If empty, will use file name to derive an object name |
clipboard |
Return code to clipboard (not available on Linux) |
radiant |
Should returned code be formatted for use with other code generated by Radiant? |
Return code to read a file at the specified path. Will open a file browser if no path is provided
if (interactive()) { read_files(clipboard = FALSE) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.