R kableExtra adds additional empty row when inserting horizontal line
I am creating a Latex table using the kableExtra
package in R. I want to insert a horizontal line after a certain row, however, this also automatically adds an empty row. How can this behavior be suppressed?