Open machow opened 9 months ago
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).
cols_merge()
X (Y.Z)
https://gt.rstudio.com/reference/cols_merge.html
Note that when original name is NA, (<original_name>) is excluded.
(<original_name>)
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 getX (Y.Z)
.https://gt.rstudio.com/reference/cols_merge.html