is_linelist {o2ools} | R Documentation |
Check if the object conforms to linelist expectations
Description
This function checks if the input is a data frame and contains an 'id' column, as expected for a linelist.
Usage
is_linelist(linelist)
Arguments
linelist |
The object to be checked. |
Value
TRUE if the object is a data frame with an 'id' column; otherwise, stops with an error.
[Package o2ools version 0.0.1 Index]