Learn R Programming

installr (version 0.15.3)

install.RStudio: Downloads and installs RStudio for windows

Description

Allows the user to downloads and install the latest version of RStudio for Windows.

Usage

install.RStudio(page_with_download_url = "http://www.rstudio.com/ide/download/desktop",
  ...)

Arguments

page_with_download_url
the URL of the RStudio download page.
...
extra parameters to pass to install.URL

Value

  • TRUE/FALSE - was the installation successful or not.

Details

RStudio is a free and open source integrated development environment (IDE) for R, a programming language for statistical computing and graphics.

References

  • RStudio homepage:http://www.rstudio.com/
  • devtools::source_urlhttp://rgm3.lab.nig.ac.jp/RGM/r_function?p=devtools&f=source_url

Examples

Run this code
install.RStudio() # installs the latest version of RStudio

Run the code above in your browser using DataLab