Learn R Programming

loose.rock (version 1.2.0)

digest.cache: Default digest method

Description

Sets a default caching algorithm to use with run.cache

Usage

digest.cache(val)

Arguments

val

object to calculate hash over

Value

a hash of the sha256

Examples

Run this code
# NOT RUN {
digest.cache(c(1,2,3,4,5))
digest.cache('some example')
# }

Run the code above in your browser using DataLab