Learn R Programming

nzilbb.labbcat (version 1.0-1)

getGraphIdsInCorpus: Deprecated synonym for getTranscriptIdsInCorpus.

Description

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

Usage

getGraphIdsInCorpus(labbcat.url, id)

Arguments

labbcat.url

URL to the LaBB-CAT instance

id

The ID (name) of the corpus

Value

A list of corpus IDs

See Also

getGraphIdsInCorpus

Examples

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

Run the code above in your browser using DataLab