read_file() is the backbone of all read_cnt methods, where files are read
from their source. The function is a wrapper around read_ext(), that controls
the dispatch based on the file extension.
read_ext() controls which packages and functions are used to read the individual file extensions.
Below is a list of all the pre-defined methods:
default: All extensions not listed below is attempted to be read with vroom::vroom()