inst/doc/save-load-presenceabsence.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
   eval = FALSE
)

## ----setup, message = FALSE---------------------------------------------------
#  library(letsR)

## -----------------------------------------------------------------------------
#  data(PAM) # Example data
#  lets.save(PAM, file = "PAM.RData") # save the PresenceAbsence object
#  PAM <- lets.load(file = "PAM.RData") # Load the PresenceAbsence object

Try the letsR package in your browser

Any scripts or data that you put into this service are public.

letsR documentation built on Nov. 23, 2023, 9:07 a.m.