Latex 文本在knitr中使用乳胶从页面溢出

Latex 文本在knitr中使用乳胶从页面溢出,latex,knitr,sweave,xtable,rnw,Latex,Knitr,Sweave,Xtable,Rnw,我正在使用下面的代码片段编写一些文本数据帧作为表 temp<-c("A white paper is a document that describes a given problem and proposes a specific solution to the problem.", "Originally used to describe government policy, white papers are most common today in corporate setting

我正在使用下面的代码片段编写一些文本数据帧作为表

temp<-c("A white paper is a document that describes a given problem and proposes a specific solution to the problem.", "Originally used to describe government policy, white papers are most common today in corporate settings.", "A typical white paper might list ways to meet a client's marketing needs, suggest the use of a certain product for a technical process, or identify ways to streamline internal communication.")
myTable<-as.data.frame(temp)

myTable<-print.xtable(xtable(textData,caption="Some Text Data"),caption.placement="top",print.results="F", tabular.environment="tabularx", width="\\textwidth")

temp您能否制作一个可复制且完整的示例,包括一些简单的示例数据来演示这一点?我对我的问题进行了更改。