inchars: Replace Invalid Characters.

View source: R/inchars.R

incharsR Documentation

Replace Invalid Characters.

Description

This function will replace invalid characters.

Usage

inchars(x)

Arguments

x

string or vector

Details

'@' symbol is replaced with 'at' Any of the following: ‘ ~ ! # $ % ^ & * \ | ; ’ " < > / ? are replaced with an underscore ''. Parentheses, brackets, and spaces are replaced with an underscore ''.

Value

vector without invalid characters.


DEQrmichie/odeqcdr documentation built on Feb. 15, 2025, 10:01 a.m.