--- output: pdf_document --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = FALSE) library(stargazer) ``` Here is the latex table in a PDF document: ```{r mylatextable, results = "asis"} stargazer(attitude, type = 'latex') ```