if (FALSE) {
## Get the pronunciation layer definition
pronunciation <- getLayer(labbcat.url, "pronunciation")
## Change some details of the definition
pronunciation$description <- "CMU Dict pronunciations encoded in DISC"
pronunciation$type <- "ipa"
## Save the changes to the layer definition
saveLayer(labbcat.url, pronunciation)
}
Run the code above in your browser using DataLab