Is there a way to export a regression table from r with the etable function (from the "fixest" package) without the table environment?
Hence, the latex code should not start with \begin{table} but with \begin{tabular}.
I know that it is possible with xtable and stargazer, but what about etable?
By default, the
tableenvironment is not present inetable's Latex exports unless there is a caption. This is very likely a package version problem.Here is a MRE with
fixest0.10.4: