Skip to content

Tables not formatted properly in PDFs #217

Answered by seananderson
seananderson asked this question in Q&A
Discussion options

You must be logged in to vote

Chris: Use csas_table() instead and it should work fine.

Sean: Can you point us to some code or send it by email? It should look like this:

csas_table(max_delays,
col.names = c("Airline", "Max Arrival Delay"),
caption = "Maximum Delays by Airline"
)

Thank you! That worked. Is there a list of arguments I can use with csas_table()? mostly I wanted to make the caption and table left aligned.

Sean: Whatever csas_table() does should be the formatting you need for the SR/resdoc/tech report document. I think the table is supposed to be centered and the caption left alig…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by seananderson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant