The R Project SVN R

Rev

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

Rev 24300 Rev 25118
Line 36... Line 36...
36
  \code{\link{deparse}}, \code{\link{dump}}, \code{\link{write}}.
36
  \code{\link{deparse}}, \code{\link{dump}}, \code{\link{write}}.
37
}
37
}
38
\examples{
38
\examples{
39
## Write an ASCII version of mean to the file "foo"
39
## Write an ASCII version of mean to the file "foo"
40
dput(mean, "foo")
40
dput(mean, "foo")
41
## And read it back into `bar'
41
## And read it back into 'bar'
42
bar <- dget("foo")
42
bar <- dget("foo")
43
unlink("foo")
43
unlink("foo")
44
}
44
}
45
\keyword{file}
45
\keyword{file}
46
\keyword{programming}
46
\keyword{programming}