toOrdinal 1.1-0.0

is_html_output = function() {
  knitr::opts_knit$get("rmarkdown.pandoc.to")=="html"
}
knitr::opts_chunk$set(collapse = TRUE, comment = "", prompt=TRUE, fig.dpi = 96)
if (is_html_output()) {
    options(width=1000)
}
require(toOrdinal, quietly=TRUE)

This is 1.1 release of the toOrdinal package. This release includes a new function toOrdinalDate that converts calendar dates:

toOrdinalDate()
toOrdinalDate("2017-12-25")

This release also updates the web-documentation for the package.

See the new Getting Started Vignette for more information.

Feel free to drop me a line with any comments, feature requests, or ideas. And give us a shout-out Tweet using the Twitter button in the upper right!



Try the toOrdinal package in your browser

Any scripts or data that you put into this service are public.

toOrdinal documentation built on March 18, 2022, 6:34 p.m.