ofce_row_italic.Rd
Mets une ligne en italique
ofce_row_italic(data, row = everything())
le tableau gt passé en paramètre
le sélecteur de ligne
un tableau gt
ofce_tab_options(), ofce_caption(), ofce_cols_fill(), ofce_spanners_bold(), ofce_align_decimal(), ofce_fmt_decimal(), ofce_hide_col_pdf()
ofce_tab_options()
ofce_caption()
ofce_cols_fill()
ofce_spanners_bold()
ofce_align_decimal()
ofce_fmt_decimal()
ofce_hide_col_pdf()
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"