vecCleanUpChar: Remove fixed set of characters from given vector of strings

Description Usage Arguments Value

View source: R/data_prepare.R

Description

Given a vector of characters to be removed from a vector of strings, this is done with a loop over the characters to be removed using fixed version of gsub. This could be done easier with regular expressions

Usage

1
vecCleanUpChar(pvecRemoveChar, pvecSrc)

Arguments

pvecRemoveChar

vector of characters to be removed

pvecSrc

vector of strings from which characters should be removed

Value

vecCleanResult vector of strings w/out removed characters


pvrqualitasag/AtdaAsrProjectTestFinalDocu documentation built on May 26, 2019, 11:34 a.m.