A helper function to assist read_met. It only read the colnames.
read_met_col(path = path_met, skip = 7)
| path | The path to access the met files. |
|---|---|
| skip | The lines to skip for reading the header. |
A data .table and .frame is returned, which has only the colnames for met files.
if (FALSE) { read_met_col("path", skip = 7) }