Skip to content

Commit

Permalink
lint package
Browse files Browse the repository at this point in the history
  • Loading branch information
larmarange committed Apr 5, 2024
1 parent 2b6474f commit d81e4b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
}

# copied from broom
.exponentiate <- function (data, col = "estimate")
{
.exponentiate <- function(data, col = "estimate") {
data <- data %>%
dplyr::mutate(
dplyr::across(dplyr::all_of(col), exp)
Expand Down

0 comments on commit d81e4b5

Please sign in to comment.