Cannot delete histograms from skimr output

26 views Asked by At

By my reading of the R package skimr vignette, this should produce output without inline histograms. What am I doing wrong? Error message is attached.

my_skim <- skim_with(numeric = sfl(hist=NULL))
my_skim(faithful)

Error in `dplyr::summarize()`:
ℹ In argument: `skimmed = purrr::map2(...)`.
Caused by error in `purrr::map2()`:
ℹ In index: 1.
ℹ With name: numeric.
Caused by error in `dplyr::summarize()`:
ℹ In argument: `dplyr::across(variable_names, mangled_skimmers$funs)`.
Caused by error in `across()`:
! `.fns` must be a function, a formula, or a list of functions/formulas.
Run `rlang::last_trace()` to see where the error occurred.
> 

0

There are 0 answers