mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
501 B
501 B
Evaluate an expression while preserving column labels
Snapshots labels from df before evaluating expr, then reapplies them
to matching columns in the result. New columns created inside expr
receive no label automatically.
Usage
with_labels(df, expr)
Arguments
-
df:
A data frame carrying
"label"attributes. -
expr:
An unquoted expression that transforms
dfand returns a data frame.
Value
The data frame produced by expr, with original labels restored.