getGraphIdsWithParticipant: Deprecated synonym for getTranscriptIdsWithParticipant.

View source: R/getGraphIdsWithParticipant.R

getGraphIdsWithParticipantR Documentation

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)

Arguments

labbcat.url

URL to the LaBB-CAT instance

id

A participant ID

Value

A list of graph IDs

See Also

getTranscriptIdsWithParticipant

Examples

## Not run: 
## 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")

## End(Not run)


nzilbb.labbcat documentation built on July 26, 2023, 6:08 p.m.