Conditional formatting is applied to specified rows only.
Actual Behavior
Conditional formatting is applied to non-specified rows. It appears that all rows within the min and max specified row number are formatted (e.g. rows = c(1,6) => rows = 1:6).
Steps to Reproduce the Problem
The follwong code should apply formatting to rows 1 and 6 only. However, all rows 1 to 6 are affected.
Expected Behavior
Conditional formatting is applied to specified rows only.
Actual Behavior
Conditional formatting is applied to non-specified rows. It appears that all rows within the min and max specified row number are formatted (e.g.
rows = c(1,6) => rows = 1:6
).Steps to Reproduce the Problem
The follwong code should apply formatting to rows 1 and 6 only. However, all rows 1 to 6 are affected.
sessionInfo()