.read_file {dlr} | R Documentation |
Read/Process a File
.read_file(path, read_f, read_args)
path |
Character scalar; the full path to the file. |
read_f |
The function to use to read and process the file. The first argument to this function must be the path to the file. |
read_args |
Additional arguments to |
The processed file.