Learn R Programming

nzilbb.labbcat (version 1.3-0)

getCorpusIds: Gets a list of corpus IDs.

Description

Returns a list of corpora in the given 'LaBB-CAT' instance.

Usage

getCorpusIds(labbcat.url)

Value

A list of corpus IDs

Arguments

labbcat.url

URL to the LaBB-CAT instance

Examples

Run this code
if (FALSE) {
## List corpora
corpora <- getCorpusIds("https://labbcat.canterbury.ac.nz/demo/")
}

Run the code above in your browser using DataLab