Learn R Programming

medExtractR (version 0.4.1)

strings-internal: Internal String Functions

Description

codestringPlaceExact: find location of string, using exact match

Usage

stringPlaceExact(needle, haystack, ignore.case = TRUE)

Arguments

Details

codestringPlaceFuzzy: find location of string, using partial match

codestringPlace: find location of string, generic

codecheckFuzzy: check for "close" string matches