getSystemAttribute {nzilbb.labbcat} | R Documentation |
Gets the value of the given system attribute.
getSystemAttribute(labbcat.url, attribute)
labbcat.url |
URL to the LaBB-CAT instance |
attribute |
Name of the attribute. |
The value of the given attribute.
## Not run:
## Get the name of the LaBB-CAT instance
title <- getSystemAttribute("https://labbcat.canterbury.ac.nz/demo/", "title")
## End(Not run)