Learn R Programming

nzilbb.labbcat (version 1.3-0)

getGraphIdsInCorpus: Deprecated synonym for getTranscriptIdsInCorpus.

Description

Returns a list of corpora in the given 'LaBB-CAT' instance.

Usage

getGraphIdsInCorpus(labbcat.url, id)

Value

A list of corpus IDs

Arguments

labbcat.url

URL to the LaBB-CAT instance

id

The ID (name) of the corpus

See Also

getGraphIdsInCorpus

Examples

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

Run the code above in your browser using DataLab