Skip to contents

Create a loud value

Usage

loud_value(.x)

Arguments

.x

Any object

Value

Returns a loud value with the object as the $result

Examples

loud_value(3)
#> $result
#> [1] 3
#> 
#> $log
#> [1] "Created loud value..."
#>