copyLazyObjs: Copy individual objects from one lazy database to another

Description Usage Arguments Author(s)

Description

This will copy individual objects from one lazy database to another. This is much slower than copying a whole lazy database using copyDir, but it will merge objects from one database to another.

Usage

1
2
copyLazyObjs(objNames, from = NULL, to = NULL, create = TRUE,
  verbose = FALSE, ...)

Arguments

objNames

a character vector of object names to copy from one lazyDir to another

from

The source lazyDir

to

The new lazyDir

create

Passed to checkLazyDir

verbose

Logical. If notes about rasters whose file backings were corrected on the fly from previous, i.e,. wrong, filenames.

...

Other arguments passed to lazySave, such as overwrite

Author(s)

Eliot McIntire


PredictiveEcology/lazyR documentation built on May 8, 2019, 3:10 p.m.