Rdocumentation
powered by
Learn R Programming
TLBC (version 1.0)
isInstanceFormat: Is instance format?
Description
Function to check if the directory contains instance-level annotations or bout-level annotations (by checking for existence of sub-directories).
Usage
isInstanceFormat(annotations)
Arguments
annotations
Path to an annotations directory.
Value
TRUE
, if the directory contains instance-level annotations.
FALSE
otherwise.