The R Project SVN R

Rev

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

Rev 61012 Rev 61160
Line 39... Line 39...
39
\value{
39
\value{
40
  A invisible character string given the path to the file found.
40
  A invisible character string given the path to the file found.
41
}
41
}
42
\examples{\dontrun{
42
\examples{\dontrun{
43
RShowDoc("R-lang")
43
RShowDoc("R-lang")
44
RShowDoc("FAQ", type="html")
44
RShowDoc("FAQ", type = "html")
45
RShowDoc("frame", package="grid")
45
RShowDoc("frame", package = "grid")
46
RShowDoc("changes.txt", package="grid")
46
RShowDoc("changes.txt", package = "grid")
47
RShowDoc("NEWS", package="MASS")
47
RShowDoc("NEWS", package = "MASS")
48
}}
48
}}
49
\keyword{documentation}
49
\keyword{documentation}
50
 
50
 
51
 
51