Gabor Grothendieck wrote:
> Moved to r-devel.
>
> Perhaps basename should take an optional separator argument
> so that
>
>basename(x, "\\")
>
> could be used to override the default behavior.
>
That seems like a reasonable idea, but not very high priority. Anyone
want to contribute a pat
Moved to r-devel.
Perhaps basename should take an optional separator argument
so that
basename(x, "\\")
could be used to override the default behavior.
On 7/9/06, Duncan Murdoch <[EMAIL PROTECTED]> wrote:
> basename() works. If you're on a system that doesn't think \\ is a path
> separator,