Displaying 2 results from an estimated 2 matches for "stringn".
Did you mean:
string
2011 Jun 18
3
how to subtract one string from another in R
...I want to create an R object string 2 ( following the logic shown).. R does
not allow string subtraction.. any suggestions how to achieve this?
string2<-string-string1 (it should now hold "DEFG HIJKLM NOPQ RSTUV WXY"
I want to loop this till i reach the end of the original string..
stringn<-"WXY"
Any help would be appreciated.
Regards
Vijayan Padmanabhan
[[alternative HTML version deleted]]
2007 Aug 27
0
FW: subset using noncontiguous variables by name (not index)
...x1::y1 to have
unambiguous meaning on its own, which is impossible.
As for x1:xN, it's unambiguous on its own. I thought one of the great
advantages of R was that it could use different methods so that a new
operator would not be needed. The colon operator would just have a new
method for when stringN appeared. One that would be very useful & have
obvious meaning.
Thanks,
Bob
> -----Original Message-----
> From: Thomas Lumley [mailto:tlumley at u.washington.edu]
> Sent: Monday, August 27, 2007 10:25 AM
> To: Muenchen, Robert A (Bob)
> Cc: r-help at stat.math.ethz.ch
> Su...