Skip to content

Commit 0f1854f

Browse files
committed
feat: Add support for 'lubridate::month()'
1 parent f8af500 commit 0f1854f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/translate.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ rel_find_call <- function(fun, env, call = caller_env()) {
9090
"minute" = "lubridate",
9191
"second" = "lubridate",
9292
"wday" = "lubridate",
93+
"month" = "lubridate",
9394
"strftime" = "base",
9495
"substr" = "base",
9596

0 commit comments

Comments
 (0)