hughjonesd / huxtable

An R package to create styled tables in multiple output formats, with a friendly, modern interface.
http://hughjonesd.github.io/huxtable
Other
321 stars 28 forks source link

Add as_hux function for etables (expss package) #117

Closed sjewo closed 5 years ago

sjewo commented 5 years ago

Describe what is missing The expss package by @gdemin makes it easy to create complex tables, but has only limited features to export those tables to word or latex. A conversions method from a etable (expss) to a huxtable would help to make publication ready tables from within R.

Describe your proposed solution I made a working, but not complete example for a conversion function: 6079014b0

Target audience Users of expss and huxtable

Additional context I'm willing to finish the conversion function and to make a pull request if you're interest to add this feature.

hughjonesd commented 5 years ago

Looks interesting. My feeling is the conversion function would belong in the expss package.

sjewo commented 5 years ago

Thanks for your feedback! @gdemin is willing to include the conversion function in expss.