Skip to contents

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

Examples

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