Skip to content

Commit

Permalink
revert prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed Jan 30, 2023
1 parent ce2634e commit 980e41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/az_add_units.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ az_add_units <- function(x) {
"heat_units_9455F",
"heat_units_50F_sum",
"heat_units_55F_sum"
)), ~units::set_units(., "°F")
)), ~units::set_units(., "degF")
)) %>%
dplyr::mutate(dplyr::across(dplyr::any_of(c(
"wind_vector_dir",
Expand Down

0 comments on commit 980e41f

Please sign in to comment.