Luis Rideau Cruz wrote:
R-help,

Any function to remove last element (or any specific elemnet in the sequence) from a 
character string?

t<-c("aaab","qqqc")


function(t) ### remove last character (b and c respectively)


aaa qqq



  substr(t, 1, nchar(t)-1)

Uwe Ligges


Thanks

`·._ .·  `·. _ .·  `·._ .·  `·. _ .·  `·._ .·  `·. _ .·  `·..
Luis Ridao Cruz
Fiskirannsóknarstovan
Nóatún 1
P.O. Box 3051
FR-110 Tórshavn
Faroe Islands
Phone:             +298 353900
Phone(direct): +298 353912
Mobile:             +298 580800
Fax:                 +298 353901
E-mail:              [EMAIL PROTECTED]
Web:                www.frs.fo

`·._ .·  `·. _ .·  `·._ .·  `·. _ .·  `·._ .·  `·. _ .·  `·..

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to