powered by
Evaluate a decorated function; used to chain multiple decorated functions.
bind_record(.c, .f, ...)
A chronicle object.
A chronicle function to apply to the returning value of .c.
Further parameters to pass to .f.
r_sqrt <- record(sqrt) r_exp <- record(exp) 3 |> r_sqrt() |> bind_record(r_exp)
Run the code above in your browser using DataLab