read_dt
is for loading data.
read_dt(path, encoding = "unknown", header = "auto", sep = "auto",
stringsAsFactors = FALSE)check_data_format(path)
Path to file or file name in working directory & path to file.
Default is "unknown". Other possible options are "UTF-8" and "Latin-1".
Does the first data line contain column names?
The separator between columns.
Logical. Convert all character columns to factors?