Problem: txt_files is used to define if you wish to consider specific (station, year)-files. Yet if you wish to analyse all the files, it is not necessary to user-define this file.
Solution: make txt_files optional, and automatically generate a dataframe with the same content (based on the file names).
Problem:
txt_files
is used to define if you wish to consider specific (station, year)-files. Yet if you wish to analyse all the files, it is not necessary to user-define this file.Solution: make
txt_files
optional, and automatically generate a dataframe with the same content (based on the file names).