The goal of TimeticksR is to transform Timeticks format to Datetime and the other way around.
Install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("afonsohbm/TimeticksR")
This is a basic example which shows you how to use both functions in the package:
No support for timezone yet.
library(TimeticksR)
## basic example code
ticks2dt(637300138465420000)
#> [1] "2020-07-10 21:37:26 GMT"
dt2ticks("2020/07/09 11:00:00")
#> [1] "637299000000000000"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.