Questions tagged as 'lubridate'

2
answers

How to transform a string in Date format into R?

In the code below the dates are in the format: Month Day Year. I need R to recognize the variable as date. #importa os dados library(XML) u<-"http://espnfc.com/team/fixtures/_/id/205/season/2012/brazil?cc=3888" tab<-readHTMLTable(u,heade...
asked by 06.03.2014 / 02:13
1
answer

Negative age in R

I have a database that needs to calculate the age of the members in it, below a sample extracted with dput . base.teste <- c("04/03/73", "10/09/67", "21/12/74", "17/04/76", "25/03/66", "11/03/73", "06/08/79") I need to calculate t...
asked by 18.01.2018 / 17:38
1
answer

Plotting the evolution of the data in time in the R

Good afternoon, I'm having trouble plotting this data series over time. I would like to see the frequency of customers without CPF and without note per month, and how these indicators are evolving. I can see this by looking at all the data...
asked by 29.06.2018 / 20:00