Learn R Programming

nzilbb.labbcat (version 1.3-0)

getTranscriptIdsInCorpus: Gets a list of transcript in a corpus.

Description

Returns a list of transcript IDs in the given corpus.

Usage

getTranscriptIdsInCorpus(labbcat.url, id)

Value

A list of transcript IDs

Arguments

labbcat.url

URL to the LaBB-CAT instance

id

The ID (name) of the corpus

Examples

Run this code
if (FALSE) {
## List transcripts in the QB corpus
transcripts <- getTranscriptIdsInCorpus("https://labbcat.canterbury.ac.nz/demo/", "QB")
}

Run the code above in your browser using DataLab