What format is the date below and how can I convert it?
theData <- fromJSON(theUrl)
theData["sampleDate"]
$sampleDate
[1] 1.439165e+12
Looking at the data in a browser, sampleDate has the value 1439164800000. Using jsonlite (and kind of new to alot of this stuff)
Thanks