Top "Rstudio" questions

RStudio is an IDE for the R statistical programming language.

Get the path of current script

I would like to set the working directory to the path of current script programmatically but first I need to …

r rstudio
Configuration failed because libcurl was not found

I am trying to pull some json data from a remote server using fromJSON: > server <- 'http://111.111.000.00:3000' &…

r ubuntu curl rstudio
Run multiple R-scripts simultaneously

In my thesis I need to perform a lot of simulation studies, which all takes quite a while. My computer …

r parallel-processing rstudio
How do I open a script file in RStudio using an R command?

I have a simple script file called test.R. It's saved in the working directory. When I go to File &…

r rstudio
In RStudio/RMarkdown, how to setwd?

setwd in an Rmd file in RStudio does not appear to change the directory in subsequent chunks. Is there a …

r rstudio r-markdown
avoid string printed to console getting truncated (in RStudio)

I want to print a long string to the RStudio console so that it does not get truncated. > paste(1:300, …

r rstudio settings output-formatting
Error in file(file, "rt") : cannot open the connection - cannot open file 'specdata' access denied

I'm running rStudio v3.1.2 on Windows 7. This laptop is a 64-bit machine. I'm taking the JHU R Programming course offered …

r rstudio read.csv
How to use objects from global environment in Rstudio Markdown

I've seen similar questions on Stack Overflow but virtually no conclusive answers, and certainly no answer that worked for me. …

r rstudio knitr
Running Entire R code

How do I run an entire R code script in RStudio? When I click on the Run button in RStudio, …

r rstudio
Automatically adjust LaTeX table width to fit pdf using knitr and Rstudio

Using Rstudio and knitr to produce latex-tables in pdf, how do I make wide tables fit the page? I'm basically …

r latex rstudio knitr