Learn R Programming

letsR (version 5.0)

lets.load: Load a PresenceAbsence object

Description

Reload PresenceAbsence objects written with the function lets.save.

Usage

lets.load(file)

Arguments

file

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

Author

Bruno Vilela

See Also

lets.save

lets.presab

Examples

Run this code
if (FALSE) {
data(PAM)
lets.save(PAM, file = "PAM.RData")
PAM <- lets.load(file = "PAM.RData")
}

Run the code above in your browser using DataLab