% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/helpers.R
\name{.xlapply}
\alias{.xlapply}
\title{mclapply warapper}
\usage{
.xlapply(X, FUN, ..., mc.cores = 1)
}
\description{
Wrapper to choose between lapply and mclapply accordingly
}