The R Project SVN R

Rev

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

Rev 62658 Rev 62662
Line 47... Line 47...
47
  is \code{TRUE}, then as objects from the file are loaded, their
47
  is \code{TRUE}, then as objects from the file are loaded, their
48
  names will be printed to the console.  If \code{verbose} is set to 
48
  names will be printed to the console.  If \code{verbose} is set to 
49
  an integer value greater than one, additional names corresponding to
49
  an integer value greater than one, additional names corresponding to
50
  attributes and other parts of individual objects will also be printed.
50
  attributes and other parts of individual objects will also be printed.
51
  Larger values will print names to a greater depth.
51
  Larger values will print names to a greater depth.
-
 
52
  
-
 
53
  Objects can be saved with references to namespaces, usually as part of
-
 
54
  the environment of a function or formula.  As from \R 3.1.0 such
-
 
55
  objects can be loaded even if the namespace is not available: it is
-
 
56
  replaced by a reference to the global environment with a warning.  The
-
 
57
  warning identifies the first object with such a reference (but there
-
 
58
  may be more than one).
52
}
59
}
53
\value{
60
\value{
54
  A character vector of the names of objects created, invisibly.
61
  A character vector of the names of objects created, invisibly.
55
}
62
}
56
\section{Warning}{
63
\section{Warning}{