knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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)
dt2ticks("2020/07/09 11:00:00")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.