Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 21, 2024
1 parent ae3849c commit 7676bc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/find_transformation.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ find_transformation.character <- function(x, ...) {
}


# helper -----------------------------

.is_division <- function(x) {
any(grepl("(\\w)/(\\d)", x)) && !any(grepl("(.*)(\\^|\\*\\*)\\((.*)/(.*)\\)", x))
}

0 comments on commit 7676bc6

Please sign in to comment.