Learn R Programming

nzilbb.labbcat (version 1.3-0)

getSystemAttribute: Gets the value of the given system attribute.

Description

Gets the value of the given system attribute.

Usage

getSystemAttribute(labbcat.url, attribute)

Value

The value of the given attribute.

getLayers

Arguments

labbcat.url

URL to the LaBB-CAT instance

attribute

Name of the attribute.

Examples

Run this code
if (FALSE) {
## Get the name of the LaBB-CAT instance
title <- getSystemAttribute("https://labbcat.canterbury.ac.nz/demo/", "title")
}

Run the code above in your browser using DataLab