dwww Home | Show directory contents | Find package

# multiple column prefix

    Code
      recipe(~., data = example_data) %>% step_discretize(x1, x2, options = list(
        labels = "hello")) %>% prep()
    Condition
      Warning:
      Note that the options `prefix` and `labels` will be applied to all variables
      Error in `step_discretize()`:
      Caused by error in `cut.default()`:
      ! lengths of 'breaks' and 'labels' differ

Generated by dwww version 1.15 on Sat May 18 04:26:11 CEST 2024.