open_eaf: open_eaf Function

Description Usage Arguments Examples

View source: R/open_eaf.R

Description

This function opens an ELAN file from R. If no row number is specified it is opened from the beginning. However, one can specify row number, and then the file is opened from that utterance. The row number means here the index number in the current local frame. Please note that operations like slice() impact the row numbering. Also the function demands that there is a row called 'filename', which contains complete path. The place where file is opened is determined by editing .psfx file, so that also has to be present (it is automatically generated after one opening).

Usage

1
open_eaf(corpus = corpus_kpv, row = 1, program = FALSE)

Arguments

corpus

To which data frame you want to apply the function

row

The number of dataframe row you want to open

program

The program with which you want to open ELAN file

Examples

1

langdoc/FRelan documentation built on May 20, 2019, 7:55 p.m.