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

This commit is contained in:
Jiaming Yuan
2021-09-28 14:41:32 +08:00
committed by GitHub
parent e04e773f9f
commit 508a0b0dbd
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