How can I export the contents of the Stata browse
window to MS Word?
I'm currently using the asdoc
command. However, any method outside "copy and paste" is acceptable.
my attempt
ssc install asdoc, replace
sysuse auto
asdoc, row( make, price, mpg, rep78, headroom, trunk, weight, length, turn, displacement, gear_ratio, foreign ) title(Test Table)
You can use the code below to export the current dataset or its subsets to MS Word
to export without inputting the variable names
and to export the entire dataset, simply remove the
in