write_back_to_exb: Write_back_to Exb writes back changes in annotations to an...

View source: R/write_back_to_exb.R

write_back_to_exbR 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.

Description

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.

Usage

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
)

Arguments

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


TimoSchuer/ExmaraldaR documentation built on Jan. 28, 2024, 11:10 a.m.