powered by
Add special characters to strings
add_special_chars(data, cols = NULL, messiness = 0.1)
a dataframe the same size as the input data.
input dataframe
set of columns to apply transformation to. If NULL will apply to all columns. Default NULL.
NULL
Percentage of values to change. Must be between 0 and 1. Default 0.1.
add_special_chars(mtcars)
Run the code above in your browser using DataLab