So still fairly new to R and Rmarkdown and am having a little trouble when I knit a table to a PDF. The table expands beyond the margins of the page because the text doesn't wrap. Any help would be appreciated.
The data for the table can be found here: https://raw.githubusercontent.com/drchrisd/gradrates/master/Variables.csv
I used the following code:
variables %>%
knitr::kable(booktabs=T, caption = "College Graduation Dataset Variables & Definitions")
Produced this table