Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/get_no_cores.R
\name{get_no_cores}
\alias{get_no_cores}
\title{Number of Clusters}
\usage{
get_no_cores(no_cluster = NULL)
}
\arguments{
\item{no_cluster}{Integer - Number of clusters used for parallelization | Default = number of max cores - 1}
}
\value{
Returns a list of class SOCK- or FORK cluster.
}
\description{
This function returns the number of clusters for parallelization.
}
\examples{
cl <- get_no_cores()
}