months_to_days <- function(x) {
.Call(datea_months_to_days, x)
}
months_to_year_month <- function(x) {
.Call(datea_months_to_year_month, x)
}
months_to_year <- function(x) {
.Call(datea_months_to_year, x)
}
months_to_month <- function(x) {
.Call(datea_months_to_month, x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.