Learn R Programming

nzilbb.labbcat (version 1.3-0)

getTranscriptIds: Gets a list of transcript IDs.

Description

Returns a list of transcript IDs (i.e. transcript names).

Usage

getTranscriptIds(labbcat.url)

Value

A list of transcript IDs

Arguments

labbcat.url

URL to the LaBB-CAT instance

Examples

Run this code
if (FALSE) {
## List all transcripts
transcripts <- getTranscriptIds("https://labbcat.canterbury.ac.nz/demo/")
}

Run the code above in your browser using DataLab