You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across an issue today where I wanted to duplicate the bundle level with a transcription attribute (from a database built using convert_txtCollection). The function goes to duplicate the attributes on this level as expected (
stop("attributeDefinition with name '", name, "' already exists on level '", ln, "'! Currently, only unique attributeDefinition names are allowed within a single emuDB.")
}
I want to be able to duplicate the level inclusive of the transcription attribute - can we have a way to rename this attribute when it is duplicated?
The text was updated successfully, but these errors were encountered:
I came across an issue today where I wanted to duplicate the bundle level with a transcription attribute (from a database built using convert_txtCollection). The function goes to duplicate the attributes on this level as expected (
emuR/R/emuR-autoproc_annots.R
Lines 342 to 353 in 4e1c44e
emuR/R/emuR-database.DBconfig.R
Lines 480 to 482 in 4e1c44e
I want to be able to duplicate the level inclusive of the transcription attribute - can we have a way to rename this attribute when it is duplicated?
The text was updated successfully, but these errors were encountered: