Posts by Skrol • 41 points
1 post
-
4
votes1
answer1324
viewsQ: Convert numeric date to R
I imported a JSON table for R and the dates are in Unix format. Example: data <- c(1436904192, 1490717463, 1491924165) How can I convert this entire column at once to the date format 14/7/15…