Restore the DeltaTable to an older version of the table specified by a timestamp.
Source:R/generics.R
, R/table.R
dlt_restore_to_timestamp.Rd
Timestamp can be of the format yyyy-MM-dd or yyyy-MM-dd HH:mm:ss
Usage
dlt_restore_to_timestamp(dt, timestamp)
# S4 method for DeltaTable,character
dlt_restore_to_timestamp(dt, timestamp)