read_lines_wrapper {epanetReader} | R Documentation |
Wrapper function for different implementations of readlines functions
read_lines_wrapper(file)
file |
the name of the file to read |
calls Kmisc::readlines if available and base::readLines otherwise
character vector where each entry corresponds to a line in the file.