R/utils-pipe.R

Defines functions void

Documented in void

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

#' data.table and qrcode alltogether
#'
#' See \link[data.table:data.table]{data.table} for details.
#'
#' @import qrcode
#' @import data.table
void <- function() {
  NULL
}
Guillaume-Lombardo/rQCM documentation built on Oct. 30, 2019, 6:37 p.m.