TITLE(dump @@ Text Representations of R Objects)
USAGE(
dump(list, fileout="dumpdata")
)
ALIAS(dump)
VALUE(
This function takes a list names of R objects and produces
text representations of the objects in the
given file.
At present the implementation of LANG(dump) is very
incomplete and it really only works for functions and
simple vectors.
PARA
The function save is designed to be used for
transporting R data between machines.
)
SEEALSO(
LANG(LINK(dput)), LANG(LINK(dget)),
LANG(LINK(write)).
)
EXAMPLES(
dump(ls(patt='^[xyz]'), "xyz.Rdmped")
)
