Currently, I am utilizing R Markdown within the RStudio platform to produce documentation.
When selecting the "Knit HTML" option, my output appears satisfactory. The ability to modify styling options and apply CSS Files directly is a beneficial feature.
Conversely, upon attempting to "Knit PDF" (after installing pdf-tex as a prerequisite), I encountered difficulty in altering the default styling method. Additionally, the tables extend beyond the margins. Is there a viable approach to either incorporate or implement CSS Files or themes prior to generating a PDF in RStudio through RMarkdown?