if (FALSE) {
## Search only transcripts including multilingual participants
results <- getMatches(labbcat.url, list(segment="I"),
participant.expression = expressionFromAttributeValuesCount(
"participant_languages", ">=", 2))
## Search only transcripts with no restrictions specified
results <- getMatches(labbcat.url, list(segment="I"),
transcript.expression = expressionFromAttributeValuesCount(
"transcript_restrictions", "==", 0))
}
Run the code above in your browser using DataLab