RemoveSpecialChars | R Documentation |
This function will take a string and clean it
RemoveSpecialChars(STRING_VEC, IS_COLNAME = TRUE, DEBUG = TRUE)
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 |
A string value that has been cleaned
Abraham Mathew
Other Data Preparation:
AddDays()
,
AddMissingDates()
,
AddMonths()
,
AddWeeks()
,
AggregateTimeSeriesData()
,
CheckForMissingDates()
,
CreateOutputDates()
,
DoDataPartition()
,
FakeDataGenerator()
,
FlattenLongData()
GoodeR::RemoveSpecialChars("This is&%?? is a sting")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.