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
As part of the extension to include datetime as time format in addition to yearly data (see #167), the function read_files() was simplified so that it only reads one file.
This function should be extended to take a list of files again, keeping in mind that we now need to check that time_col and extra_cols are compatible, similar to how append() is implemented.
The text was updated successfully, but these errors were encountered:
As part of the extension to include
datetime
as time format in addition to yearly data (see #167), the functionread_files()
was simplified so that it only reads one file.This function should be extended to take a list of files again, keeping in mind that we now need to check that
time_col
andextra_cols
are compatible, similar to howappend()
is implemented.The text was updated successfully, but these errors were encountered: