RemoveSpecialChars: RemoveSpecialChars

RemoveSpecialCharsR Documentation

RemoveSpecialChars

Description

This function will take a string and clean it

Usage

RemoveSpecialChars(STRING_VEC, IS_COLNAME = TRUE, DEBUG = TRUE)

Arguments

STRING_VEC

a vector of strings

IS_COLNAME

If TRUE, the function replace column names

DEBUG

If TRUE, the function will run in debug mode

Value

A string value that has been cleaned

Author(s)

Abraham Mathew

See Also

Other Data Preparation: AddDays(), AddMissingDates(), AddMonths(), AddWeeks(), AggregateTimeSeriesData(), CheckForMissingDates(), CreateOutputDates(), DoDataPartition(), FakeDataGenerator(), FlattenLongData()

Examples




     GoodeR::RemoveSpecialChars("This is&%?? is a sting")




abmathewks/GoodeR documentation built on June 12, 2025, 1:48 a.m.