tr: Replace x with y in a string

Description Usage Arguments Examples

View source: R/zzz.R

Description

Replace x with y in a string

Usage

1
tr(str, src, repl)

Arguments

str

Target string

src

Characters to replace

repl

Replacement characters

Examples

1
tr(str='HELIANTHUS ANNUS', src='EOUYKZ', repl='IAIICS')

sckott/rtaxamatch documentation built on May 29, 2019, 4:04 p.m.