Aliases: dump
Keywords: file connection
### ** Examples x <- 1; y <- 1:10 fil <- tempfile(fileext=".Rdmped") dump(ls(pattern = '^[xyz]'), fil) print(.Last.value)
NULL
unlink(fil)