I am performing a simple task: creating a table and outputting it using R Markdown to pdf as follows:
R Markdown
pdf
library(knitr) kable(datatabl
Even easier: kable(mtcars, align = "l") works just fine!
kable(mtcars, align = "l")