checkLazyDir: Checks and sets for lazyDir

Description Usage Arguments Value Author(s) Examples

Description

Checks and sets for lazyDir

Usage

1

Arguments

lazyDir

Character string of directory to be used for the lazy databases.

create

A logical. If TRUE, it will create the directory specified with lazyDir

Value

Directory of lazyDir. If it was not specified, then it returns a temp directory

Author(s)

Eliot McIntire

Examples

1
2
3
4
5
## Not run: 
checkLazyDir(create=TRUE) # because missing, it will provide a tmpdir
unlink(file.path(tempdir(), "lazyDir"), recursive=TRUE)

## End(Not run)

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