R/utils-diverse.R

#' Pipe operator
#'
#' See \code{dplyr::\link[dplyr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom dplyr %>%
#' @usage lhs \%>\% rhs
NULL

#' Trekk fra måned
#'
#' See \code{lubridate::\link[lubridate:subtract_month]{\%m-\%}} for details.
#'
#' @name %m-%
#' @rdname subtract_month
#' @keywords internal
#' @export
#' @importFrom lubridate %m-%
#' @usage e1 \%m-\% e2 e1
NULL

#' Legg til måned
#'
#' See \code{lubridate::\link[lubridate:add_month]{\%m+\%}} for details.
#'
#' @name %m+%
#' @rdname add_month
#' @keywords internal
#' @export
#' @importFrom lubridate %m+%
#' @usage e1 \%m+\% e2 e1
NULL
Rapporteket/nra documentation built on June 10, 2025, 4:56 a.m.