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 May 29, 2024, 2:08 a.m.