gt : cell_fill with condition min

Hi,

Is it possible to ask a function in an instruction of formating cell, within a gt table, by exemple the minimum of the column, more or less this instruction :

tab_style(style = cell_fill(color = "red"),
locations = cells_body(columns = "myvar", rows = min("myvar") ) ) %>%

Thks

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.