Skip to content

Commit

Permalink
update Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Aug 5, 2024
1 parent 06691ea commit d91a177
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions R/local-timer.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
#'
#' @inheritParams params
#'
#' @return xx
#' @return An invisible copy of the hmstimer object.
#' @export
#'
#' @examples
#' local_timer()
#' fun <- function() {
#' local_timer()
#' }
#' fun()
local_timer <- function(.local_envir = rlang::caller_env()) {
chk_env(.local_envir)

Expand Down
7 changes: 5 additions & 2 deletions man/local_timer.Rd

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

0 comments on commit d91a177

Please sign in to comment.