germaparl_is_installed: Get installation status of GERMAPARL

Description Usage Arguments Value See Also

View source: R/GermaParl.R

Description

Auxiliary function to detect whether GERMAPARL is installed or not.

Usage

1
2
3
4
germaparl_is_installed(
  registry_dir = Sys.getenv("CORPUS_REGISTRY"),
  sample = FALSE
)

Arguments

registry_dir

Path to the registry directory.

sample

A logical value. If FALSE (default), the GERMAPARL corpus will be used, if TRUE, the GERMAPARLSAMPLE corpus will be used.

Value

TRUE if the corpus has been installed, and FALSE if not.

See Also

See the examples section of the overview documentation of the GermaParl package for an example.


GermaParl documentation built on Oct. 23, 2020, 8:27 p.m.