Skip to content
Back to formatted view

Raw Message

Message-ID: <20050412203956.98742.qmail@web31303.mail.mud.yahoo.com>
Date: 2005-04-12T20:39:51Z
From: Vivek Rao
Subject: removing characters from a string
In-Reply-To: 6667

Thanks for all the helpful replies to my question
about string handling. I will try to be more careful
in making general comments about R, about which I
still have much to learn.

The string handling I need to do is not that
sophisticated (somewhat contradicting my previous
message) and can be done in Fortran 95 with
"convenience" intrinsic functions such as INDEX, TRIM,
ADJUSTL, SCAN, VERIFY . Figuring out the R equivalents
using the functions cited in the replies will be a
good exercise for me.