input.file.Rdinput.file efficently reads a file on the disk into R using
a formatter function. The function may be mstrsplit,
dstrsplit, dstrfw, but can also be a user-defined
function.
input.file(file_name, formatter = mstrsplit, ...)the return type of the formatter function; by default a character matrix.