str_first_appear: Wherher the given string appear first time in the given...

View source: R/character.R

str_first_appearR Documentation

Wherher the given string appear first time in the given string vector

Description

str can be uniqued by using string[str_first_appear(string)].

Usage

str_first_appear(string, similarity = 3)

Arguments

string

target character vector.

similarity

threshold similarity

Value

logical: TRUE if the character element appear first time.


hmito/hmRLib documentation built on Sept. 8, 2024, 4:49 p.m.