powered by
Wrapper function for different implementations of readlines functions
read_lines_wrapper(file)
character vector where each entry corresponds to a line in the file.
the name of the file to read
calls data.table::fread if available and base::readLines otherwise