RMarkdown table size

I am using split.table=inf in pandoc to stop the table from splitting into more than one. However, the headings for the table have been squashed. Is it possible to control this? Many Thanks

t1=head(BreastCancer)
pandoc.table(t1, split.table = Inf)

Could you put this in a reproducible example, called a reprex please?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.