to_epoch {PSAWR} | R Documentation |
convert date to epoch time
Description
convert date to epoch time
Usage
to_epoch(date)
Arguments
date |
date to be converted |
Value
epoch time as integer
Examples
to_epoch("2022-12-01")
[Package PSAWR version 0.1.0 Index]