View source: R/write_back_to_exb.R
write_back_to_exb | R Documentation |
Write_back_to Exb writes back changes in annotations to an exb WARNING: All annotation tiers that are not present in the dataframe will be removed in the new file. New files are no problem. Not present description tiers may cause errors.
write_back_to_exb(
exb,
sep = ",",
PathExb,
PathNewFile = dirname(PathExb),
suffix = "_new",
transcription_text = "Text",
annotation_colums,
overwrite_annotations = TRUE,
assignSpeakersAnnotation = FALSE,
recreate_timeline = FALSE,
hideAnnotationTiers = TRUE
)
exb |
File or object with data.frame as created by read_exb_file or read_exb_dir |
sep |
seperator in Csv file |
PathExb |
Path of the ExbFile |
PathNewFile |
Directory where the new file is saved |
suffix |
suffix to be added to the new files, default is "_new" |
transcription_text |
specify column with transcription text description |
annotation_colums |
specify names of annotaion columns |
overwrite_annotations |
if true old annotaitons will be deleted, AT THE MOMENT ONLY WORKS IF TRUE |
recreate_timeline |
use values from exb to recreate timeline and remove old timeline |
hideAnnotationTiers |
annotation tiers will be hidden in exmaralda |
assignSpeakerAnnotation |
if TRUE one annotation tier per category per speaker will be added, AT THME MOMENT ONLY WORKS IF FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.