I have used `esttab` before to export regression results to Stata. However I have build a small table that I would like to export as it is:
Cross posted here.
Code:
* create a fake table with data to be exported to tex sysuse auto, clear keep make price mpg rep78 headroom keep if _n < 20
Comment