Skip to content

Commit

Permalink
methods_overwrite()
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 17, 2023
1 parent 4f7c494 commit 6740174
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
13 changes: 13 additions & 0 deletions R/zzz-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
#' for the duraton of the session, or until a call to `methods_restore()`.
#'
#' @return Called for their side effects.
#' @examples
#' tibble(a = 1:3) %>%
#' mutate(b = a + 1)
#'
#' methods_overwrite()
#'
#' tibble(a = 1:3) %>%
#' mutate(b = a + 1)
#'
#' methods_restore()
#'
#' tibble(a = 1:3) %>%
#' mutate(b = a + 1)
methods_overwrite <- methods_overwrite

#' @rdname methods_overwrite
Expand Down
14 changes: 14 additions & 0 deletions man/methods_overwrite.Rd

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

0 comments on commit 6740174

Please sign in to comment.