install.RStudio | R Documentation |
Allows the user to downloads and install the latest version of RStudio for Windows.
install.RStudio(page_with_download_url, ...)
page_with_download_url |
the URL of the RStudio download page. |
... |
extra parameters to pass to install.URL |
RStudio is a free and open source integrated development environment (IDE) for R, a programming language for statistical computing and graphics.
TRUE/FALSE - was the installation successful or not.
RStudio homepage: https://posit.co/
### devtools::source_url ## Not run: install.RStudio() # installs the latest version of RStudio ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.