#' Interval operator
#'
#' See [`lubridate::interval()`] for details.
#'
#' @name %--%
#' @rdname interval
#' @keywords internal
#' @export
#' @importFrom lubridate %--%
#' @usage start \%--\% end
#' @param start,end Interval start and end points.
#' @return The result of calling `interval(start = NULL, end = NULL, tzone = tz(start))`.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.