Adds missing datetimes to a data frame. All missing datetimes between the first and last datetime with the smallest interval in the data are added.
ps_add_missing_datetimes(x, datetime = "DateTime", by = character(0))
A tbl data frame sorted by DateTime.