if (FALSE) {
##################################
# prerequisite: loaded emuDB that was converted
# using the convert_TextGridCollection function called myTGcolDB
# (see ?load_emuDB and ?convert_TextGridCollection for more information)
# add link definition from super-level "Phoneme"
# to sub-level "Phonetic" of type "ONE_TO_MANY"
# for myTGcolDB emuDB
add_linkDefinition(emuDBhandle = myTGcolDB,
type = "ONE_TO_MANY",
superlevelName = "Phoneme",
sublevelName = "Phonetic")
# list link definitions for myTGcolDB emuDB
list_linkDefinitions(emuDBhandle = myTGcolDB)
# remove newly added link definition
remove_linkDefinition(emuDBhandle = myTGcolDB,
superlevelName = "Phoneme",
sublevelName = "Phonetic")
}
Run the code above in your browser using DataLab