R/utils.R

Defines functions getOper

#' Helper function for accessing parallel computing functions.
#'
#' @noRd
#' @keywords interanal
getOper <- function(x) {
  if (x) {
    `%dopar%`
  } else {
    `%do%`
  }
}

Try the statgenQTLxT package in your browser

Any scripts or data that you put into this service are public.

statgenQTLxT documentation built on Aug. 8, 2025, 6:42 p.m.