Posts by Adryan Fernandes • 107 points
3 posts
-
2
votes1
answer71
viewsQ: Monitoring with the R
I have a monitoring script and would like to run it every five minutes, there is some function that does this? for example: função (meu_script, repetir= 5 minutos) tried some functions with…
-
3
votes1
answer49
viewsQ: string transformation in R
I wonder if I can turn an observation of a variable, which has a string shape, into uppercase letters. for example: #como esta: x=c("Casa branca","Barco Azul","casa preta") > x [1] "Casa branca"…
-
5
votes1
answer215
viewsQ: Comparison of value within data frame
Hello, I have a database, with about 50000 remarks, as follows, only figurative values: nome<-c("joão","pedro", "joãoo") identificador<-c(123456,124578,123456) valor<-c(2145,350,23)…