is_bs_table: Determine whether a csv file is a BehaviorSpace experiment...

View source: R/abs_load_data.R

is_bs_tableR Documentation

Determine whether a csv file is a BehaviorSpace experiment table

Description

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

Usage

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.


jonathan-g/analyzeBehaviorspace documentation built on July 23, 2022, 11:01 a.m.