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 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 Apr 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.