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

install.RStudio(page_with_download_url, ...)

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

Examples

### devtools::source_url if (FALSE) { install.RStudio() # installs the latest version of RStudio }