checksum_function: checksum_function

Description Usage Arguments Value Methods (by class) Examples

Description

Get the hashing function used to make the minid checksum

Usage

1
2
3
4
5
6
7
checksum_function(x)

## S4 method for signature 'minid'
checksum_function(x)

## S4 replacement method for signature 'minid'
checksum_function(x) <- value

Arguments

x

minid object

value

the new checksum_function string

Value

The minid checksum_function (as character string)

Methods (by class)

Examples

1
2
3
4
## Not run: 
checksum_function(minid_object)

## End(Not run)

bheavner/minidtools documentation built on Aug. 3, 2020, 4:05 a.m.