countAnnotations.Rd
Returns the number of annotations on the given layer of the given transcript.
countAnnotations(labbcat.url, id, layer.id, max.ordinal = NULL)
URL to the LaBB-CAT instance
A transcript ID (i.e. transcript name)
A layer ID
The maximum ordinal for the counted annotations. e.g. a max.ordinal of 1 will ensure that only the first annotation for each parent is returned. If max.ordinal is null, then all annotations are counted, regardless of their ordinal.
The number of annotations on that layer
if (FALSE) {
## Count the number of words in UC427_ViktoriaPapp_A_ENG.eaf
token.count <- countAnnotations(labbcat.url, "UC427_ViktoriaPapp_A_ENG.eaf", "orthography")
}