remove_tier: remove_tier Function

Description Usage Arguments

View source: R/remove_tier.R

Description

This function entirely removes a tier from an ELAN file. There is no testing about the tier content, so be careful!

Usage

1
remove_tier(file, linguistic_type = FALSE, tier_id = FALSE)

Arguments

file

ELAN file to be parsed

linguistic_type

The linguistic type which is to be removed. If tier_id is used, this should be empty.

tier_id

The beginning of the tier name which should be removed. The idea is that one doesn't need to define the whole tier name, which may contain speaker id's and other information. This is especially suitable strategy when dealing with files which don't have well differentiated linguistic types. If linguistic_type is defined, this should be left empty.


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