size_of_return_value: Size of R object

Description Usage Arguments Value

View source: R/size_of_return_value.R

Description

This return value can add each other or any number by the manner: return + number of R object

Usage

1
2
3
4
5
6
7
size_of_return_value(
  object,
  summary = TRUE,
  is_return_value = TRUE,
  base_size = 0,
  col = FALSE
)

Arguments

object

Any R object, whose size is measured.

summary

A logical, whether the result is printed.

is_return_value

A logical, printed word is used as " return value " if it is TRUE.

base_size

This value is added to the return value, namely, object size + base_size is the return value. This is for the package developer.

col

A logical, wheter print is colored.

Value

return value of utils::object.size()


BayesianFROC documentation built on Jan. 23, 2022, 9:06 a.m.