[R] Fix document for nthread. (#7263)

This commit is contained in:
Jiaming Yuan
2021-09-28 11:46:24 +08:00
committed by GitHub
parent d8a549e6ac
commit b2d8431aea
2 changed files with 11 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
#' @param missing a float value to represents missing values in data (used only when input is a dense matrix).
#' It is useful when a 0 or some other extreme value represents missing values in data.
#' @param silent whether to suppress printing an informational message after loading from a file.
#' @param nthread Number of threads used for creating DMatrix.
#' @param ... the \code{info} data could be passed directly as parameters, without creating an \code{info} list.
#'
#' @examples