Examples for 'base::dump'


Text Representations of R Objects

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)

[Package base version 4.2.3 Index]