getSystemAttribute.Rd
Gets the value of the given system attribute.
getSystemAttribute(labbcat.url, attribute)
URL to the LaBB-CAT instance
Name of the attribute.
if (FALSE) {
## Get the name of the LaBB-CAT instance
title <- getSystemAttribute("https://labbcat.canterbury.ac.nz/demo/", "title")
}