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

View source: R/getTranscriptIdsWithParticipant.R

getTranscriptIdsWithParticipantR Documentation

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

labbcat.url

URL to the LaBB-CAT instance

id

A participant ID

Value

A list of transcript IDs

See Also

getParticipantIds

Examples

## Not run: 
## List transcripts in which UC427_ViktoriaPapp_A_ENG speaks
transcripts <- getTranscriptIdsWithParticipant(labbcat.url, "UC427_ViktoriaPapp_A_ENG")

## End(Not run)


nzilbb.labbcat documentation built on June 8, 2025, 10:57 a.m.