Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Jul 1, 2018
1 parent 017ffd3 commit 5536c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/symbolic_units.R
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ as.character.symbolic_units <- function(x, ...,
.simplify_units <- function(value, sym_units) {

simplify = .units.simplify()
if (!is.na(simplify) && !simplify) {
if (!is.na(simplify) && !simplify) { # isFALSE(simplify)
value = as.numeric(value)
units(value) = sym_units
return(value)
Expand Down

0 comments on commit 5536c0a

Please sign in to comment.