str_remove_numeric: Remove Numeric Symbols from String

View source: R/server-std_names.R

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/schedules documentation built on July 21, 2022, 9:40 a.m.