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

getGraphIdsWithParticipant(labbcat.url, id)

Arguments

labbcat.url

URL to the LaBB-CAT instance

id

A participant ID

Value

A list of graph IDs

Examples

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