R/inline_datetime.R

Defines functions inline_datetime

Documented in inline_datetime

#' Inline hook for use with knitr, especially to avoid coercion of date-times to character
#'
#' @param x
#' @export
inline_datetime <- function(x)
{
  x
}
fboehm/boehm documentation built on Feb. 16, 2020, 3:42 a.m.