translate: Translate Words

translateR Documentation

Translate Words

Description

Functions for translating common fishery and biological words and terms. These functions are intended for translating words and common short phrases only.

Usage

en2fr(x, plural = FALSE, feminine = FALSE)

fr2en(x, plural = FALSE, feminine = FALSE)

Arguments

x

Character string(s).

plural

Logical value specifying whether the plural form of a word is to be imposed.

feminine

Logical value specifying whether the feminine form of a word is to be imposed.

Examples

en2fr("male")
en2fr("crab")
en2fr("black")
en2fr("missing legs")
en2fr("fishing grids")
en2fr("survey")

TobieSurette/gulf.utils documentation built on Dec. 1, 2024, 6:01 a.m.