[R] Greek characters in R studio

2019-04-08 Thread kostas zogopoulos
How do you read a csv file that contains greek characters as part of the header (i.e. α, β etc) in R studio? Thanks in advance! [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://st

Re: [R] Help with use RMarkdown and knitr in an rdm output to word.doc

2019-04-08 Thread John via R-help
On Mon, 8 Apr 2019 11:19:12 + Bill Poling wrote: One solution to your problem may be to use an environment like RStudio. You can maintain multiple open documents including an rmd document and using knitr and rmarkdown, add and then run code snippets the output of which becomes embedded in th

[R] [R-pkgs] new R packages for phylogenetic compartive methods

2019-04-08 Thread Krzysztof Bartoszek via R-packages
Dear all, I wanted to let you know about four phylogenetic comparative methods (PCM) packages that have become available on (3 on CRAN and 1 on GitHub) recently that hopefully will be interesting to somebody. Three of them go significantly beyond the Brownian motion (BM) and Ornstein-Uhlenbeck (

Re: [R] Help with use RMarkdown and knitr in an rdm output to word.doc

2019-04-08 Thread Bill Poling
Good morning Jeff. It's not elegant, nuts actually, but it works. A temporary solution to my time sensitive report while I work on my RMarkdown to Word.docx skills. I run the routine in knit to HTML, save that to PDF, then convert PDF to the Word doc and go from there. Thanks again for all yo