Unverified Commit 66b96368 authored by Philip Khor's avatar Philip Khor Committed by GitHub
Browse files

Remove duplicated return values from docs (#3850)

parent 0297719c
...@@ -970,7 +970,6 @@ slice <- function(dataset, ...) { ...@@ -970,7 +970,6 @@ slice <- function(dataset, ...) {
} }
#' @rdname slice #' @rdname slice
#' @return constructed sub dataset
#' @export #' @export
slice.lgb.Dataset <- function(dataset, idxset, ...) { slice.lgb.Dataset <- function(dataset, idxset, ...) {
......
...@@ -17,8 +17,6 @@ slice(dataset, ...) ...@@ -17,8 +17,6 @@ slice(dataset, ...)
\item{idxset}{an integer vector of indices of rows needed} \item{idxset}{an integer vector of indices of rows needed}
} }
\value{ \value{
constructed sub dataset
constructed sub dataset constructed sub dataset
} }
\description{ \description{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment