2
Good afternoon,
I’m new to the R language, and I need a little help. I wonder if there is a function that changes the timestamp date, it was to be time and date, only the database made available to me as it is in the image. I’ve been looking for some functions from given to R, but nothing applies to the situation that the data is available. Thank you
as.Date(as.POSIXct(timestamp, origin="1970-01-01"))
– Diego Souza
at the time of that comment Unix’s timespamp is 1525806060 (~ 1.5e9). What is the time (the value of zero, the value of Unix is 1970-01-01) for this timestamp greater than 1e12? data error face.
– Marcos Banik
So, it’s very recent data, it’s not less than three months old that data, it’s data from a sensor, which captures the temperature every five seconds
– Graziele Pires
A
dput(head(dados))
would help– Tomás Barcellos