from_suffix_to_prefix: Returns the list of words, replacing the suffix by the...

Description Usage Arguments Value

View source: R/affixes.R

Description

Returns the list of words, replacing the suffix by the corresponding prefix, if matching. If it doesn't match, it results the word as is.

Usage

1
from_suffix_to_prefix(words, suffixes, prefixes)

Arguments

words

words that will be transformed

suffixes

list of suffixes to search for

prefixes

corresponsing prefixes that will be prepended if a suffix matches

Value

A list of the transformed words


jmones/catmunalias documentation built on May 10, 2020, 5 p.m.