strsplit does not conform to documentation (PR#379)
cberry@tajo.ucsd.edu
cberry@tajo.ucsd.edu
Sat, 18 Dec 1999 03:47:04 +0100 (MET)
Description:
Split the Strings in `x' into substrings according to
the presence of substring `split' within them.
--------------------
> strsplit("acbdefgSPLIThigkilmnSpPqrst","SPLIT")
[[1]]
[1] "acbdefg" "higkilmn" "p" "qrst"
--------------------
Apparently, it will
Split the Strings in `x' into substrings according to the presence of
ANY CHARACTER FOUND IN substring `split'.
-------------------
Was this intended? I expected, as the documentation implies that the
result from above would be:
"acbdefg" "higkilmnSpPqrst"
Chuck Berry
--please do not edit the information below--
Version:
platform = sparc-sun-solaris2.7
arch = sparc
os = solaris2.7
system = sparc, solaris2.7
status = Release
major = 0
minor = 65.1
year = 1999
month = October
day = 07
language = R
Search Path:
.GlobalEnv, Autoloads, package:base
>
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._