isStrictRecordDelimiter {campsismod} | R Documentation |
Is strict record delimiter. A strict record delimiter is any line starting with [...] and followed by nothing but spaces or a possible comment.
Description
Is strict record delimiter. A strict record delimiter is any line starting with [...] and followed by nothing but spaces or a possible comment.
Usage
isStrictRecordDelimiter(line)
Arguments
line |
any line, single character value |
Value
a logical value
[Package campsismod version 1.1.1 Index]