ecoval.dict: Extracts a Single Dictionary from a Table of Dictionaries

Description Usage Arguments Value See Also

View source: R/ecoval.translate.r

Description

Extracts a dictionary column from a matrix or data frame of dictionaries (translated words) with the languages provided by the column names and the words in the original language provided in the first column.

Usage

1
ecoval.dict(language,dictionaries=NA)

Arguments

language

A single word specifying the desired language.

dictionaries

Matrix or data frame of dictionaries with the languages provided by the column names and the original words provided in the first column. If dictionary is NA, the default dictionary ecoval.dictionaries.default is loaded.

Value

Vector of translated words labelled by the words in the original language.

See Also

ecoval.translate.


ecoval documentation built on Dec. 11, 2021, 9:40 a.m.