The R Project SVN R

Rev

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

Rev 27442 Rev 27716
Line 42... Line 42...
42
  \pkg{methods}, and also allow prompting for data set documentation
42
  \pkg{methods}, and also allow prompting for data set documentation
43
  without explicitly having to load the data set.
43
  without explicitly having to load the data set.
44
}
44
}
45
\seealso{\code{\link{prompt}}}
45
\seealso{\code{\link{prompt}}}
46
\examples{
46
\examples{
47
data(sunspots)
47
data(sunspots, package="stats")
48
promptData(sunspots)
48
promptData(sunspots)
49
unlink("sunspots.Rd")
49
unlink("sunspots.Rd")
50
}
50
}
51
\keyword{documentation}
51
\keyword{documentation}