fast_alpha: Fast Alpha

View source: R/R ez.R

fast_alphaR Documentation

Fast Alpha

Description

Quick function to remove non-alphanumeric character

Usage

fast_alpha(x)

Arguments

x

Vector of type character

Examples

x = c("!"#$%&/String")
fast_alpha(x)

bfernandez2/ezR documentation built on April 4, 2022, 1:54 p.m.