The R Project SVN R

Rev

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

Rev 88581 Rev 89998
Line 45... Line 45...
45
 
45
 
46
  To display saved source rather than deparsing the internal
46
  To display saved source rather than deparsing the internal
47
  representation include \code{"useSource"} in \code{control}.  \R
47
  representation include \code{"useSource"} in \code{control}.  \R
48
  currently saves source only for function definitions.  If you do not
48
  currently saves source only for function definitions.  If you do not
49
  care about source representation (e.g., for a data object), for speed
49
  care about source representation (e.g., for a data object), for speed
50
  set \code{options(keep.source = FALSE}) when calling \code{source}.
50
  set \code{options(keep.source = FALSE)} when calling \code{source}.
51
}
51
}
52
\value{
52
\value{
53
  For \code{dput}, the first argument invisibly.
53
  For \code{dput}, the first argument invisibly.
54
 
54
 
55
  For \code{dget}, the object created.
55
  For \code{dget}, the object created.