read_lines_wrapper {epanetReader} | R Documentation |
Read lines wrapper
Description
Wrapper function for different implementations of readlines functions
Usage
read_lines_wrapper(file)
Arguments
file |
the name of the file to read |
Details
calls Kmisc::readlines if available and base::readLines otherwise
Value
character vector where each entry corresponds to a line in the file.
[Package epanetReader version 0.7.3 Index]