Finds the line where the tabular data begins. This is then used to start the reading of the data with `readr::read_csv()` and end the reading of the metadata.
chrom_find_data_start_line(file, n_lines = 50)
File path to the file to read.
Number of lines to search for the start of the data.
Single integer of the start of the data.