I have a vector of decimal numbers, which represent \'decimal day\', the fraction of a day. I want to convert it into HH:MM format using R.
For example, the number
Using chron:
chron
chron::times(0.8541667) #[1] 20:30:00