Skip to content

Commit

Permalink
👋 🐌
Browse files Browse the repository at this point in the history
closes #4458
  • Loading branch information
romainfrancois committed Jul 3, 2019
1 parent bf4edf5 commit d722201
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inst/include/dplyr/data/DataMask.h
Expand Up @@ -152,6 +152,9 @@ struct ColumnBinding {
);
MARK_NOT_MUTABLE(value);

// store it in the mask_resolved environment
Rf_defineVar(symbol, value, mask_resolved);

return value;
}

Expand Down

0 comments on commit d722201

Please sign in to comment.