Learn R Programming

nzilbb.labbcat (version 1.3-0)

getGraphIdsWithParticipant: Deprecated synonym for getTranscriptIdsWithParticipant.

Description

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

Usage

getGraphIdsWithParticipant(labbcat.url, id)

Value

A list of graph IDs

Arguments

labbcat.url

URL to the LaBB-CAT instance

id

A participant ID

See Also

getTranscriptIdsWithParticipant

Examples

Run this code
if (FALSE) {
## define the LaBB-CAT URL
labbcat.url <- "https://labbcat.canterbury.ac.nz/demo/"

## List transcripts in which UC427_ViktoriaPapp_A_ENG speaks
transcripts <- getGraphIdsWithParticipant(labbcat.url, "UC427_ViktoriaPapp_A_ENG")
}

Run the code above in your browser using DataLab