Skip to content

Commit

Permalink
document return values
Browse files Browse the repository at this point in the history
  • Loading branch information
cszang committed Dec 13, 2024
1 parent dd726ef commit 036db28
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions R/shift_year.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ shift_year <- function(month, by = 0) {
##' @rdname treeclim-shifters
##' @param x numeric identifier (of length 1) for the months (1 for
##' January, ..., 12 for December)
##' @return an integer value specifying the month for selection
NULL

##' @rdname treeclim-shifters
Expand Down
7 changes: 5 additions & 2 deletions man/treeclim-modifiers.Rd

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

3 changes: 3 additions & 0 deletions man/treeclim-shifters.Rd

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

0 comments on commit 036db28

Please sign in to comment.