The R Project SVN R

Rev

Rev 88594 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88594 Rev 88907
Line 104... Line 104...
104
}
104
}
105
 
105
 
106
\seealso{
106
\seealso{
107
  \code{\link{serialize}}, \code{\link{save}} and \code{\link{load}}.
107
  \code{\link{serialize}}, \code{\link{save}} and \code{\link{load}}.
108
 
108
 
109
  The \sQuote{R Internals} manual for details of the format used.
109
  Section \manual{R-ints}{Serialization Formats} for details of the format used.
110
}
110
}
111
 
111
 
112
\examples{
112
\examples{
113
fil <- tempfile("women", fileext = ".rds")
113
fil <- tempfile("women", fileext = ".rds")
114
## save a single object to file
114
## save a single object to file