Skip to content

Commit

Permalink
reexports
Browse files Browse the repository at this point in the history
  • Loading branch information
marinakiweler committed Feb 7, 2019
1 parent 37af5a3 commit a3547e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/reexports.R
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#' magrittr forward-pipe operator
#'
#' See \code{\link[magrittr]{\%>\%}}.
#' See \code{\link[magrittr]{\\%>\\%}}.
#' @name %>%
#' @importFrom magrittr %>%
#' @export %>%
NULL

#' magrittr compound assignment pipe operator
#'
#' See \code{\link[magrittr]{\%<>\%}}.
#' See \code{\link[magrittr]{\\%<>\\%}}.
#' @name %<>%
#' @importFrom magrittr %<>%
#' @export %<>%
Expand Down

0 comments on commit a3547e8

Please sign in to comment.