removePattern {eatTools}R Documentation

Removes a specified pattern from a string.

Description

Function remove a specified string from a character vector.

Usage

removePattern ( string, pattern)

Arguments

string

a character vector

pattern

a character pattern of length 1

Value

a character string

Examples

str <- c(".d1.nh.120", "empty", "110", ".nh.dgd", "only.nh")
removePattern(str, ".nh.")

[Package eatTools version 0.7.6 Index]