str_remove_numeric: Remove Numeric Symbols from String

str_remove_numericR Documentation

Remove Numeric Symbols from String

Description

str_remove_numeric() removes numeric symbols from a string. It also removes decimals and commas within numeric strings.

Usage

str_remove_numeric(string)

Arguments

string

A character vector

Value

The input string with numeric symbols removed


jesse-smith/coviData documentation built on Jan. 14, 2023, 11:08 a.m.