powered by
Format date variable retrieved from the SDW into a proper date variable
convert_dates(x)
A date-formatted vector
A vector of dates
hicp <- get_data("ICP.M.U2.N.000000.4.ANR") hicp$obstime <- convert_dates(hicp$obstime) str(hicp)
Run the code above in your browser using DataLab