Method to load a table file and convert it into a data.table object.
Usage
input_table(x, ...)
# S4 method for class 'character'
input_table(x, ...)
# S4 method for class 'data.table'
input_table(x, ...)
# S4 method for class 'data.frame'
input_table(x, ...)Arguments
- x
path (character) to the file or a data.table object.
- ...
additional arguments to
data.table::fread.