taohuadaozhu
我吧txt格式的文本整理成csv的保存下来,写进去的文本有七千多行。然后在read.csv,读出来的文本只有6000多行了。怎么回事呢?求指教。
jht0220
贴下脚本一起看下
ryo
会不会是有文字开始的并不是csv中的第一行呢?还是csv中7000多行数据中有空行呢?
libpku
请问:在CentOS6.5下,Rserver和RStudio中生成PDF时候报错,一直没有能够解决,请高手指点。
提示代码如下:
/usr/lib/rstudio-server/bin/pandoc/pandoc +RTS -K512m -RTS dd.utf8.md --to latex --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash --output dd.pdf --template /usr/local/lib64/R/library/rmarkdown/rmd/latex/default.tex --highlight-style tango --latex-engine pdflatex --variable graphics=yes --variable 'geometry:margin=1in'
! LaTeX Error: File `ifxetex.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name:
! Emergency stop.
<read *>
l.5 \usepackage
pandoc: Error producing PDF from TeX source
Error: pandoc document conversion failed with error 43
Execution halted
:cry: