【发布时间】:2022-12-02 10:45:17
【问题描述】:
Sorry if this is a very trivial question but I've looked up and down the internet and can't find an answer. I'm making a basic table using the gt package in markdown. But I can't seem to get the text to wrap when knitting to a *.pdf. Any help would be greatly appreciated!
table_data %>% gt()
标签: r-markdown gt
gt::package? e.g.:r # Create a display table showing ten of # the largest islands in the world gt_tbl <- gt(islands_tbl) # Show the gt Table gt_tbl