R/Record.R
with.Record.Rd
Evaluate an expression within a Record's data.
# S3 method for class 'Record' with(data, expr, ...)
A Record object.
Expression to evaluate within the record.
Additional arguments (ignored)
The result of the evaluated expression.