You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected result: a 0 rows x 3 columns data.table with columns "A", "B", and "C"
Also, documentation says
nrows=0 returns the column names
and typed empty columns determined by the large sample;
useful for a dry run of a large file or to quickly check
format consistency of a set of files before starting to read
any of them.
As far as I understand, this is no longer accurate.
(even if sep is given explicitly):
Expected result: a 0 rows x 3 columns data.table with columns "A", "B", and "C"
Also, documentation says
As far as I understand, this is no longer accurate.