test_eaf: test_eaf Function

Description Usage Arguments Examples

View source: R/test_eaf.R

Description

This function tests different tiers

Usage

1
2
test_eaf(path = ".", pattern = "\\.eaf$", tier = "wordT",
  recursive = TRUE)

Arguments

path

This is a path. Defaults to current directory.

pattern

This is a pattern in regex. Defaults has elan files only.

tier

This is the linguistic type of the tier

recursive

Should the function search to all subfolders on the path? Default = FALSE.

Examples

1
test_eaf(path = "corpora/kpv/", tier = "refT", recursive = TRUE)

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