inspectdf icon indicating copy to clipboard operation
inspectdf copied to clipboard

Partial argument match of 'unit' to 'units'

Open fkohrt opened this issue 1 year ago • 0 comments

When running the following code

withr::with_options(list(warnPartialMatchArgs = TRUE,
                         warnPartialMatchDollar = TRUE,
                         warnPartialMatchAttr = TRUE), {
    iris |>
      inspectdf::inspect_mem() |>
      inspectdf::show_plot()
})

I get multiple instances of the following warning:

Warning in format.object_size(size, standard = "auto", unit = "auto", digits = 2L) :
  partial argument match of 'unit' to 'units'

fkohrt avatar Nov 05 '22 10:11 fkohrt