Learn R Programming

epanetReader (version 1.0.0)

read_lines_wrapper: Read lines wrapper

Description

Wrapper function for different implementations of readlines functions

Usage

read_lines_wrapper(file)

Value

character vector where each entry corresponds to a line in the file.

Arguments

file

the name of the file to read

Details

calls data.table::fread if available and base::readLines otherwise