From 503f1195bcdaf227e315ce18eb630493d7ef8076 Mon Sep 17 00:00:00 2001 From: loreabad6 Date: Thu, 5 Sep 2024 16:30:03 +0200 Subject: [PATCH] docs: remove unnecessary params :books: --- R/dplyr.R | 2 +- man/dplyr-post-table.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/dplyr.R b/R/dplyr.R index 77d2e38..8952144 100644 --- a/R/dplyr.R +++ b/R/dplyr.R @@ -3,7 +3,7 @@ #' #' @details #' See `??cubble::dplyr` for details -#' @param data,.data,x a post_table object +#' @param data,.data a post_table object #' @param ... see corresponding function in package dplyr #' #' @rdname dplyr-post-table diff --git a/man/dplyr-post-table.Rd b/man/dplyr-post-table.Rd index 0725bff..7d04cad 100644 --- a/man/dplyr-post-table.Rd +++ b/man/dplyr-post-table.Rd @@ -26,7 +26,7 @@ \method{slice}{post_table}(.data, ..., .dots) } \arguments{ -\item{data, .data, x}{a post_table object} +\item{data, .data}{a post_table object} \item{template}{Template data frame to use for restoring attributes.}