The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 13... Line 13...
13
  This reports for each of the files produced by \code{save} the size,
13
  This reports for each of the files produced by \code{save} the size,
14
  if it was saved in ASCII or XDR binary format, and if it was
14
  if it was saved in ASCII or XDR binary format, and if it was
15
  compressed (and if so in what format).
15
  compressed (and if so in what format).
16
 
16
 
17
  Usually such files have extension \file{.rda} or \file{.RData}, hence
17
  Usually such files have extension \file{.rda} or \file{.RData}, hence
18
  the name of the function. 
18
  the name of the function.
19
}
19
}
20
\usage{
20
\usage{
21
checkRdaFiles(paths)
21
checkRdaFiles(paths)
22
resaveRdaFiles(paths, compress = c("auto", "gzip", "bzip2", "xz"),
22
resaveRdaFiles(paths, compress = c("auto", "gzip", "bzip2", "xz"),
23
               compression_level)
23
               compression_level)