Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use xtable to print output of latex.table.xxx #2

Closed
hofnerb opened this issue Apr 4, 2015 · 0 comments
Closed

Use xtable to print output of latex.table.xxx #2

hofnerb opened this issue Apr 4, 2015 · 0 comments
Milestone

Comments

@hofnerb
Copy link
Owner

hofnerb commented Apr 4, 2015

Use something like

print(xtable(TAB, caption = caption, label = label), 
        caption.placement = "top", hline.after = NULL,
        add.to.row = list(pos = list(-1, 1, nrow(TAB)),
                          command = c("\\toprule\n", "\\midrule\n", "\\bottomrule\n")))

with more complex \cmidrule{} commands.

@hofnerb hofnerb added this to the papeR 1.0 milestone Apr 4, 2015
@hofnerb hofnerb closed this as completed Apr 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant