Skip to content

Commit

Permalink
Update helper_output_table.R
Browse files Browse the repository at this point in the history
small patch for pipe operator
  • Loading branch information
JihoonChoi26 committed Dec 9, 2024
1 parent 0826dc9 commit cb50b66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/helper_output_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
#' @importFrom purrr modify_if
#' @importFrom stats cor
#' @importFrom ppcor pcor
#' @importFrom dplyr select filter mutate arrange %>%
#' @importFrom dplyr select filter mutate arrange
#' @importFrom magrittr %>%
#' @importFrom rlang !! enquo
output_table <- function(model_object, tested_variable) {
p <- all.vars(model_object$call)[1]
Expand Down

0 comments on commit cb50b66

Please sign in to comment.