[ top | up ]

Reload Saved Datasets

Syntax

load(filename)

Arguments

filename a character string giving the name of the file to load.

Description

This function will reload the datasets written to a file with the function save.

See Also

save.

Examples

# save all data save(list=ls(), file="ALL") # restore the saved values load("ALL")