to_epoch {rbokeh} | R Documentation |
Convert a date or POSIXct to Unix epoch time.
to_epoch(x)
x |
Date or POSIXct vector. |
Date-type data is automatically converted (since Bokeh expects dates in epoch time) using this function when a plot is being built, so this function should rarely need to be called explicitly.