Learn R Programming

chronicler (version 0.3.0)

unveil: Retrieve an element from a chronicle object.

Description

Retrieve an element from a chronicle object.

Usage

unveil(.c, .e = "value")

Value

The value or log_df element of the chronicle object .c.

Arguments

.c

A chronicle object.

.e

Element of interest to retrieve, one of "value" (default) or "log_df".

Examples

Run this code
r_sqrt <- record(sqrt)
r_exp <- record(exp)
3 |> r_sqrt() %>=% r_exp() |> unveil("value")

Run the code above in your browser using DataLab