> Weeks, Nathan
> on Wed, 28 Jun 2017 17:11:01 + writes:
> Hi,
>
> In R 3.4.0, the "Pattern Matching and Replacement" documentation that
> describes regexec(), gregexpr(), etc. states that the "text" argument to
> regexec is a character vector, "or an object which can be coerce
Hi,
In R 3.4.0, the "Pattern Matching and Replacement" documentation that describes
regexec(), gregexpr(), etc. states that the "text" argument to regexec is a
character vector, "or an object which can be coerced by as.character to a
character vector":
regexec(pattern, text, ignore.case =