The R Project SVN R

Rev

Rev 61433 | Rev 64657 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61433 Rev 62172
Line 8... Line 8...
8
\title{Load URL into a WWW Browser}
8
\title{Load URL into a WWW Browser}
9
\description{
9
\description{
10
  Load a given URL into a WWW browser.
10
  Load a given URL into a WWW browser.
11
}
11
}
12
\usage{
12
\usage{
13
browseURL(url, browser = getOption("browser"), encodeIfNeeded = FALSE)
13
browseURL(url, browser = getOption("browser"),
-
 
14
          encodeIfNeeded = FALSE)
14
}
15
}
15
\arguments{
16
\arguments{
16
  \item{url}{a non-empty character string giving the URL to be loaded.}
17
  \item{url}{a non-empty character string giving the URL to be loaded.}
17
  \item{browser}{a non-empty character string giving the name of the
18
  \item{browser}{a non-empty character string giving the name of the
18
    program to be used as hypertext browser.  It should be in the PATH,
19
    program to be used as hypertext browser.  It should be in the PATH,