Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

12 lines
202B

  1. #' Pipe operator
  2. #'
  3. #' See \code{magrittr::\link[magrittr]{\%>\%}} for details.
  4. #'
  5. #' @name %>%
  6. #' @rdname pipe
  7. #' @keywords internal
  8. #' @export
  9. #' @importFrom magrittr %>%
  10. #' @usage lhs \%>\% rhs
  11. NULL