On Wed, 3 Dec 2008, [EMAIL PROTECTED] wrote:

Dear R-users,

The strsplit function does not exist in S-plus and I would like to use it. How
could I reproduce the function in Splus or access to its source code?

With difficulty, as it is almost entirely implemented in C code (in src/main/character.c and src/main/regex.c, as well as the PCRE library)..

It is not something I would undertake lightly (and I am the author/maintainer of most of that code).

--
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to