×

注意!页面内容来自https://search.r-project.org/CRAN/refmans/installr/html/install.RStudio.html,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

install.RStudio {installr}R Documentation

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...)

Arguments

page_with_download_url

the URL of the RStudio download page.

...

extra parameters to pass to install.URL

Details

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

Value

TRUE/FALSE - was the installation successful or not.

References

Examples

### devtools::source_url
## Not run: 
install.RStudio() # installs the latest version of RStudio

## End(Not run)

[Package installr version 0.23.4 Index]