Given the text from a .csv file, determine whether it corresponds to a the table format for a BehaviorSpace experiment

is_bs_table(text, skip_lines)

Arguments

text

The contents of the .csv file.

skip_lines

The number of lines to skip before starting to read the data.

Value

Logical: TRUE means it is in the table format.