great-tables icon indicating copy to clipboard operation
great-tables copied to clipboard

epic: Implement `cols_merge*()` family of methods

Open machow opened this issue 6 months ago • 1 comments

cols_merge() and friends let you combine the content of two columns into one, with special templating syntax. E.g. if I have a mean column with value "X" and variance columns "Y.Z", then I might want to get X (Y.Z).

https://gt.rstudio.com/reference/cols_merge.html

machow avatar Feb 06 '24 20:02 machow