Learn R Programming

nzilbb.labbcat (version 1.5-1)

getTranscriptIdsWithParticipant: Gets a list of IDs of transcripts that include the given participant

Description

Returns a list of IDs of transcripts (i.e. transcript names) that include the given participant.

Usage

getTranscriptIdsWithParticipant(labbcat.url, id)

Arguments

Value

A list of transcript IDs

See Also

getParticipantIds

Examples

Run this code
if (FALSE) {
## List transcripts in which UC427_ViktoriaPapp_A_ENG speaks
transcripts <- getTranscriptIdsWithParticipant(labbcat.url, "UC427_ViktoriaPapp_A_ENG")
}

Run the code above in your browser using DataLab