Skip to contents

Convenience wrapper around data.table::fread() followed by make_lowercase_names().

Usage

fread_raw(file, ..., date_columns = NULL, verbose = FALSE)

Arguments

file

Path to the file (passed to data.table::fread()).

...

Extra arguments forwarded to data.table::fread() (e.g. encoding, select).

date_columns

Passed to make_lowercase_names().

verbose

If TRUE, prints a timestamped message with the file path.

Value

A data.table with lowercase column names.