Hi all,
I'm trying to get some tables formatted nicely in APA 7 style, but I'm struggling hard with {flextable} lately. The tables come out pretty close to ok as is, except for the top border....
mtcars |> slice(1:5) |> flextable() |> add_header_lines(values = "A TITLE")
Does anyone know how to remove the border line above only the title?