The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 38... Line 38...
38
  for the most complete deparsing; use \code{control = NULL} for the
38
  for the most complete deparsing; use \code{control = NULL} for the
39
  simplest deparsing, not even including attributes.
39
  simplest deparsing, not even including attributes.
40
 
40
 
41
  \code{dput} will warn if fewer characters were written to a file than
41
  \code{dput} will warn if fewer characters were written to a file than
42
  expected, which may indicate a full or corrupt file system.
42
  expected, which may indicate a full or corrupt file system.
43
    
43
 
44
  To display saved source rather than deparsing the internal representation 
44
  To display saved source rather than deparsing the internal representation
45
  include \code{"useSource"} in \code{control}.  \R currently saves
45
  include \code{"useSource"} in \code{control}.  \R currently saves
46
  source only for function definitions.
46
  source only for function definitions.
47
}
47
}
48
\value{
48
\value{
49
  For \code{dput}, the first argument invisibly.
49
  For \code{dput}, the first argument invisibly.
50
 
50
 
51
  For \code{dget}, the object created.
51
  For \code{dget}, the object created.
52
}
52
}
53
\note{
53
\note{
54
  To avoid the risk of a source attribute out of sync with the actual
54
  To avoid the risk of a source attribute out of sync with the actual
55
  function definition, the source attribute of a function will never 
55
  function definition, the source attribute of a function will never
56
  be written as an attribute.
56
  be written as an attribute.
57
}    
57
}
58
\references{
58
\references{
59
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
59
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
60
  \emph{The New S Language}.
60
  \emph{The New S Language}.
61
  Wadsworth & Brooks/Cole.
61
  Wadsworth & Brooks/Cole.
62
}
62
}