name: character, with a smart default, passed to attach().
keep.source: logical, see sys.source().
warn.conflicts: logical, see attach.
Returns
the return value of attach().
Author(s)
Martin Maechler, 29 Jul 2011
See Also
attach, sys.source, source
Examples
sourceAttach(system.file("test-tools-1.R", package="Matrix", mustWork=TRUE)) search()# shows the new "data base" at position 2## look what it contains: ls.str(pos =2)