str_remove_symbols: Remove Symbols from String

str_remove_symbolsR Documentation

Remove Symbols from String

Description

str_remove_symbols() removes all non-alphanumeric characters from a string. It removes apostrophes entirely but replaces other symbols with a space.

Usage

str_remove_symbols(string)

Arguments

string

A character vector

Value

The input string, with symbols removed


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