knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Provides functions to convert between the Mayan calendar dates and Gregorian dates.
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("edgararuiz/maya")
library(maya) mayan_to_gregorian("13.0.0.0.0")
gregorian_to_mayan("August 11, 3114 BCE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.