add_special_chars: Add special characters to strings

View source: R/add_special_chars.R

add_special_charsR Documentation

Add special characters to strings

Description

Add special characters to strings

Usage

add_special_chars(data, cols = NULL, messiness = 0.1)

Arguments

data

input dataframe

cols

set of columns to apply transformation to. If NULL will apply to all columns. Default NULL.

messiness

Percentage of values to change. Must be between 0 and 1. Default 0.1.

Value

a dataframe the same size as the input data.

Examples

add_special_chars(mtcars)

messy documentation built on April 3, 2025, 6:16 p.m.