Top "Rstudio" questions

RStudio is an IDE for the R statistical programming language.

How to indent multiple lines of code in Rstudio?

I have tried using "reindent lines" after highlighting the lines but that doesn't work (in fact it removes indentation). For …

r rstudio
How to hide code in RMarkdown, with option to see it

I'm writing an RMarkdown document in which I'd like to re-run some chunks (5 to 9). There's no need to display these …

r markdown code-snippets rstudio
Package inputenc Error: Unicode char \u8 in RStudio

In RStudio, when i go for convert my Markdown file to PDF then it gives me the error: output file: …

r pdf markdown rstudio knitr
Add Blank Line to Word Output RMarkdown

Good day. I am trying to create a conference abstract submission using a rmarkdown file which exports to a word …

ms-word rstudio knitr r-markdown blank-line
Warning in install.packages: unable to move temporary installation

I've found a number of questions related to this warning when installing or updating packages in R/RStudio, but none …

r rstudio
Package error when running r code on command line

I have some code that I run that includes this part: if (!require("yaml")) { install.packages("yaml") library("yaml") } When …

r rstudio
Is there a way to knitr markdown straight out of your workspace using RStudio?

I wonder whether I can use knitr markdown to just create a report on the fly with objects stemming from …

r knitr rstudio
How to get unsaved script tabs

I would like to know, if it is possible to get unsaved script tabs in R studio. I accidentally open …

r rstudio
R not responding request to interrupt stop process

Every now and then I have to run a function that takes a lot of time and I need to …

r rstudio
multiple independent R sessions in Mac OS X

I need to run multiple R sessions, and hope that they can be performed in different R sessions. In Windows, …

r rstudio