dstanley4 / apaTables

Development version of apaTables R package. Current stable version is on the CRAN.
http://dstanley4.github.io/apaTables/
Other
55 stars 13 forks source link

Output of Results in LaTeX Format #38

Closed amaddio closed 1 year ago

amaddio commented 1 year ago

I have noticed that LaTeX format is basically already supported when one looks at apa.reg.table function e.g. Line 147

block_out_latex <- rbind(model_label_line_latex, block_out_latex)

Is there any reason that LaTeX is supported but not offered by the public outer function? It would be super helpful to take advantage of this great work also for LaTeX users.

I am using apaTables package version: 2.0.8

dstanley4 commented 1 year ago

The feature is in development and not yet complete. Once complete it will be a public function. On Jun 8, 2023 at 8:58 AM -0400, Antonio @.***>, wrote:

CAUTION: This email originated from outside of the University of Guelph. Do not click links or open attachments unless you recognize the sender and know the content is safe. If in doubt, forward suspicious emails to @.***

I have noticed that LaTeX format is basically already supported when one looks at apa.reg.table function e.g. Line 147

block_out_latex <- rbind(model_label_line_latex, block_out_latex)

Is there any reason that LaTeX is supported but not offered by the public outer function? It would be super helpful to take advantage of this great work also for LaTeX users.

I am using apaTables package version: 2.0.8

— Reply to this email directly, view it on GitHubhttps://github.com/dstanley4/apaTables/issues/38, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AADGFZSEOCX65ZEANQXZTY3XKHD6ZANCNFSM6AAAAAAY7IQK5U. You are receiving this because you are subscribed to this thread.Message ID: @.***>

amaddio commented 1 year ago

Awesome thanks. Looking forward. Let me know if I can test or contribute.

dstanley4 commented 1 year ago

If you download the development version from GitHub - you should be able to use the new apa.knit.table.for.pdf() command. There is also new app.save() command that you can use to save multiple tables in one file.

install.packages("remotes")

remotes::install_github("dstanley4/apaTables")

amaddio commented 1 year ago

Great, thanks for the update! I'll check it out and give feedback.