e_internal_format.object_size: short description 1

Description Usage

Description

this is just a copy of utils:::format.object_size(), which is an internal function to the base R utils package. You're not allowed to use internal functions from other packages, i.e. the "..." operator, at least not if you want your package on CRAN. To come around this, I just copied the function here.

Usage

1
2
3
4
5
6
7
e_internal_format.object_size(
  x,
  units = "b",
  standard = "auto",
  digits = 1L,
  ...
)

emilBeBri/dttools documentation built on April 21, 2021, 5:44 a.m.