Skip to content

Commit bd8c396

Browse files
load broom in example to fix error
1 parent 97e8d2b commit bd8c396

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/tidy.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
#' @export
99
#'
1010
#' @examples
11+
#' library(broom)
12+
#'
1113
#' logistic_reg() %>%
1214
#' set_engine("glm") %>%
1315
#' fit(Class ~ funded_amnt + int_rate, data = lending_club) %>%

0 commit comments

Comments
 (0)