check_replicate_paperword: Check repeat english word(s) in text string

View source: R/check_replicate_paperword.R

check_replicate_paperwordR Documentation

Check repeat english word(s) in text string

Description

Check repeat english word(s) in text string. This function be finished in 2013.

Usage

check_replicate_paperword(txt) 

Arguments

txt

a string vector.

Examples

txt <- "This is is a place. This is is a place"
check_replicate_paperword(txt)


liuguofang/figsci documentation built on Nov. 24, 2023, 1:45 p.m.