Skip to contents

Met en gras une ligne

Usage

ofce_row_bold(data, row = everything())

Arguments

data

le tableau gt passé en paramètre

row

le sélecteur de la ligne

Value

un tableau gt

Examples

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