From a3547e83ffd822eea11a599d40d4cd0280bfdd16 Mon Sep 17 00:00:00 2001 From: Marina Kiweler Date: Thu, 7 Feb 2019 13:25:50 +0100 Subject: [PATCH] reexports --- R/reexports.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/reexports.R b/R/reexports.R index 557c150..b146e3f 100644 --- a/R/reexports.R +++ b/R/reexports.R @@ -1,6 +1,6 @@ #' magrittr forward-pipe operator #' -#' See \code{\link[magrittr]{\%>\%}}. +#' See \code{\link[magrittr]{\\%>\\%}}. #' @name %>% #' @importFrom magrittr %>% #' @export %>% @@ -8,7 +8,7 @@ NULL #' magrittr compound assignment pipe operator #' -#' See \code{\link[magrittr]{\%<>\%}}. +#' See \code{\link[magrittr]{\\%<>\\%}}. #' @name %<>% #' @importFrom magrittr %<>% #' @export %<>%