Skip to content

Commit

Permalink
Mark last_dplyr_warnings() as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Sep 21, 2022
1 parent ac63abf commit 54ba640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/conditions.R
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ skip_internal_condition <- function(cnd) {
#'
#' @param n Passed to [head()] so that only the first `n` warnings are
#' displayed.
#' @keywords internal
#' @export
last_dplyr_warnings <- function(n = 5) {
if (!identical(n, Inf)) {
Expand Down
1 change: 1 addition & 0 deletions man/last_dplyr_warnings.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 54ba640

Please sign in to comment.