[R-br] [Dúvida] Como pegar uma substring do fim para o inicio

Benilton Carvalho beniltoncarvalho em gmail.com
Terça Agosto 2 12:26:36 BRT 2011


Um comentario a parte, que pode ser ignorado:

x <-
c("lattice","nlme","contrast","plyr","reshape","latticeExtra","multcomp","aod"
)
x <- rep(x, 1e6)
t0 <- system.time(r0 <- gsub("^.*(.{4})$","\\1", x))
t1 <- system.time({n <- nchar(x); r1 <- substr(x, n-3, n)})
identical(r0, r1)
t0[3]/t1[3]
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: <http://listas.inf.ufpr.br/pipermail/r-br/attachments/20110802/7309d0a7/attachment.html>


Mais detalhes sobre a lista de discussão R-br