You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add cols_merge(rows=) argument. Only columns and rows selected will merged. But we will need some sort of mechanism for handle default values
Add cols_merge(pattern_missing=) argument. This would specify what the default value of the cell should be when the cell is not merged with others. A reasonable default value here would be an empty string (like how <<>> handles missing cells. We also would like to be able to add something like cols_merge(pattern = "{1} ({2})", rows = !is.na(ci), pattern_missing="{1}")
The text was updated successfully, but these errors were encountered:
Proposed updates to
cols_merge()
cols_merge(rows=)
argument. Only columns and rows selected will merged. But we will need some sort of mechanism for handle default valuescols_merge(pattern_missing=)
argument. This would specify what the default value of the cell should be when the cell is not merged with others. A reasonable default value here would be an empty string (like how<<>>
handles missing cells. We also would like to be able to add something likecols_merge(pattern = "{1} ({2})", rows = !is.na(ci), pattern_missing="{1}")
The text was updated successfully, but these errors were encountered: