diff --git a/R/search.R b/R/search.R index 6dd8f295b..bf0a9e498 100644 --- a/R/search.R +++ b/R/search.R @@ -7,7 +7,7 @@ #' etc. #' #' @param query Search query string. -#' @param ... Additional arguments passed to [pkgsearch::pkg_search()] +#' @inheritDotParams pkgsearch::pkg_search size from #' @return A data frame, that is also a `pak_search_result` object #' with a custom print method. To see the underlying table, you #' can use `[]` to drop the extra classes. See examples below.