-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathinstall.RStudio.Rd
More file actions
41 lines (38 loc) · 1018 Bytes
/
Copy pathinstall.RStudio.Rd
File metadata and controls
41 lines (38 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
% Generated by roxygen2 (4.0.2): do not edit by hand
\name{install.RStudio}
\alias{install.RStudio}
\alias{install.rstudio}
\title{Downloads and installs RStudio for windows}
\usage{
install.RStudio(page_with_download_url = "http://www.rstudio.com/ide/download/desktop",
...)
}
\arguments{
\item{page_with_download_url}{the URL of the RStudio
download page.}
\item{...}{extra parameters to pass to
\link{install.URL}}
}
\value{
TRUE/FALSE - was the installation successful or not.
}
\description{
Allows the user to downloads and install the latest version
of RStudio for Windows.
}
\details{
RStudio is a free and open source integrated development
environment (IDE) for R, a programming language for
statistical computing and graphics.
}
\examples{
\dontrun{
install.RStudio() # installs the latest version of RStudio
}
}
\references{
\itemize{ \item RStudio homepage:
\url{http://www.rstudio.com/} \item devtools::source_url
\url{http://rgm3.lab.nig.ac.jp/RGM/r_function?p=devtools&f=source_url}
}
}