From ea9cf69473983092a8a06988383703a0088dec4f Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Wed, 6 Sep 2023 16:42:19 -0400 Subject: [PATCH] Enumerate additional arguments --- R/search.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.