unwrap: Extract the value from a Wrapper object

View source: R/Wrapper.R

unwrapR Documentation

Extract the value from a Wrapper object

Description

Extract the value from a Wrapper object

Usage

unwrap(x, ...)

## Default S3 method:
unwrap(x, ...)

## S3 method for class 'Wrapper'
unwrap(x, quiet = TRUE)

Arguments

x

Can be a Wrapper object or anything else

quiet

(boolean)

Value

If x is a Wrapper object, its value is returned. Otherwise, x is returned unchanged.


pteetor/tutils documentation built on March 29, 2025, 6:38 p.m.