Skip to content

Commit

Permalink
Fix bug in get_table_transformations
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviaAB committed Feb 22, 2024
1 parent 6491d02 commit 92c0c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/transformation.R
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ get_table_transformations <- function(transformation_result,
res$Transformation[i] <- stringr::str_replace(
res$Transformation[i],
"X",
transformation_result$info_transformation$log_base
paste0(transformation_result[[i]]$info_transformation$log_base)
)
}

Expand Down

0 comments on commit 92c0c4b

Please sign in to comment.