$ 0 0 Is there a way to increase the line spacing with kableExtra for a pdf output in r-markdown or bookdown?library(knitr)library(kableExtra)kable( head(iris, 5), caption = 'Iris Table', booktabs = TRUE) %>% kable_styling(latex_options = "striped")