lazyObjectName: Get object name with an md5hash

Description Usage Arguments Value Author(s) See Also Examples

Description

Get object name with an md5hash

Usage

1

Arguments

md5Hash

A character string indicating the md5hash value to look up the object name

lazyDir

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

Value

An object name

Author(s)

Eliot McIntire

See Also

lazyLs, lazyLoad2

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
a <- rnorm(10)
lazyDir(file.path(tempdir(), "lazyDir"), create=TRUE)
lazySave(a) # default uses an tempdir() call for location
hash <- lazyLs("a", archivistCol = "artifact", exact=TRUE)
(objName <- lazyObjectName(hash))
unlink(file.path(tempdir(), "lazyDir"), recursive=TRUE)

## End(Not run)

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