IndrajeetPatil / statsExpressions

Tidy data frames and expressions with statistical summaries 📜
https://indrajeetpatil.github.io/statsExpressions/
Other
312 stars 20 forks source link

Consistently return parsed glue expression #151

Closed IndrajeetPatil closed 2 years ago

IndrajeetPatil commented 2 years ago

That is, the column type should be expression, instead of glue.

For example:

Get rid of this inconsistency.

IndrajeetPatil commented 2 years ago

Or return the glue expression itself. In which case, the add_expression_col() needs to be changed.

IndrajeetPatil commented 2 years ago

Update NEWS for this change.