[R-br] Problemas para modificar vetor

Benilton Carvalho beniltoncarvalho em gmail.com
Quinta Março 29 20:33:08 BRT 2012


Augusto,

eu nao lembro q solucao eu propus inicialmente... mas, hoje, faria algo
como o seuinte:

nomes <-
gsub('^([[:alpha:]]{1})[[:alpha:]]+[[:blank:]]([[:alpha:]]{2})[[:alpha:]]+$',
'\\1\\2', nomes.lin)
f <- function(x){
    tmp <- new.env()
    tmp$x <- x
    dups <- x[duplicated(x)]
    sapply(dups, function(v){
        i <- which(tmp$x == v)
        tmp$x[i] <- paste(v, 1:length(i), sep='')
    })
    tmp$x
}
nomesClean <- f(nomes)
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: <http://listas.inf.ufpr.br/pipermail/r-br/attachments/20120330/e0071415/attachment.html>


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