Skip to contents

Mets une ligne en italique

Usage

ofce_row_italic(data, row = everything())

Arguments

data

le tableau gt passé en paramètre

row

le sélecteur de ligne

Value

un tableau gt

Examples

head(mtcars) |> gt::gt() |> ofce_row_italic(gear == 4)
#> Error in tab_style(data, style = cell_text(style = "italic"), locations = cells_body(rows = {    {        row    }})): could not find function "tab_style"