Save: Save-as-you-go

View source: R/Save.R

SaveR Documentation

Save-as-you-go

Description

Saves any objects, not just named ones

Usage

Save(..., file)

Arguments

...

objs (should be named - othewise funny manes will be used)

file

filename - must be there!

Details

Save

Save(bla = matrix(sample(1:10),2,4), foo = A[1:5, 2:7])

Value

nothing useful ?

See Also

load


lebatsnok/hammock documentation built on Dec. 2, 2022, 6:25 a.m.