Skip to content

Commit

Permalink
styler
Browse files Browse the repository at this point in the history
  • Loading branch information
zdz2101 committed Feb 27, 2024
1 parent 392dd60 commit 75f13b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/ard_vif.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ ard_vif <- function(x) {
vif$result,
warning = vif["warning"],
error = vif["error"]
)
)

# Clean up return object
vif_return |>
cards::tidy_ard_column_order() %>%
cards::tidy_ard_column_order() %>%
{structure(., class = c("card", class(.)))} # styler: off
}

0 comments on commit 75f13b5

Please sign in to comment.