The R Project SVN R

Rev

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

Rev 77056 Rev 77057
Line 54... Line 54...
54
 
54
 
55
  All of these interfaces use the same serialization format, but \code{save}
55
  All of these interfaces use the same serialization format, but \code{save}
56
  writes a single line header (typically \code{"RDXs\n"}) before the
56
  writes a single line header (typically \code{"RDXs\n"}) before the
57
  serialization of a single object (a pairlist of all the objects to be
57
  serialization of a single object (a pairlist of all the objects to be
58
  saved).
58
  saved).
59
  
59
 
60
  If \code{file} is a file name, it is opened by \code{\link{gzfile}}
60
  If \code{file} is a file name, it is opened by \code{\link{gzfile}}
61
  except for \code{save(compress = FALSE)} which uses
61
  except for \code{save(compress = FALSE)} which uses
62
  \code{\link{file}}.  Only for the exception are marked encodings of
62
  \code{\link{file}}.  Only for the exception are marked encodings of
63
  \code{file} which cannot be translated to the native encoding handled
63
  \code{file} which cannot be translated to the native encoding handled
64
  on Windows.
64
  on Windows.