Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raubreywhite committed Dec 28, 2023
1 parent f231eaa commit d8a2eb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified R/sysdata.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion data-raw/3_internal-conversions-isoyearweek-to.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ isoyearweek_to_isoquarter_c_internal <- function(yrwk) {
}

isoyearweek_to_isoquarter_n_internal <- function(yrwk) {
return(as.character(isoyearweek_to_isoquarter_c_internal(yrwk)))
return(as.numeric(isoyearweek_to_isoquarter_c_internal(yrwk)))
}

isoyearweek_to_isoyearquarter_c_internal <- function(yrwk) {
Expand Down

0 comments on commit d8a2eb9

Please sign in to comment.