remove_string: Returns a character vector with the remove_str pattern...

View source: R/remove_string.R

remove_stringR Documentation

Returns a character vector with the remove_str pattern removed if it existed. Warning: depricated; left in for compatibility. Use remove_strings() instead.

Description

Returns a character vector with the remove_str pattern removed if it existed. Warning: depricated; left in for compatibility. Use remove_strings() instead.

Usage

remove_string(strings, remove_str)

Arguments

strings

character vector

remove_str

character vector of length one containing the regular expression of the character string to be removed from the strings character vector


rmsharp/rmsutilityr documentation built on Feb. 13, 2024, 6:01 p.m.