A helper function to assist read_met. It only read the colnames.

read_met_col(path = path_met, skip = 7)

Arguments

path

The path to access the met files.

skip

The lines to skip for reading the header.

Value

A data .table and .frame is returned, which has only the colnames for met files.

Examples

if (FALSE) { read_met_col("path", skip = 7) }