labbcatVersionInfo {nzilbb.labbcat}R Documentation

Gets version information of all components of LaBB-CAT

Description

Version information includes versions of all components and modules installed on the LaBB-CAT server, including format converters and annotator modules.

Usage

labbcatVersionInfo(labbcat.url)

Arguments

labbcat.url

URL to the LaBB-CAT instance

Value

The versions of different components of LaBB-CAT, divided into sections:

Examples

## Not run: 
## Get ID of LaBB-CAT instance
versionInfo <- labbcatVersionInfo("https://labbcat.canterbury.ac.nz/demo/")
print(paste("LaBB-CAT version", versionInfo$System$'LaBB-CAT', " Full version info:"))
print(t(as.data.frame(versionInfo)))

## End(Not run)


[Package nzilbb.labbcat version 1.4-0 Index]