#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.