getHashString: getHashString

View source: R/stringOps.R

getHashStringR Documentation

getHashString

Description

Get a hash string, i.e. a string unlikely to occur again

Usage

getHashString(pattern = "", useDate = TRUE)

Arguments

pattern

a prefix that will be used in the returned hash string

useDate

Should the current time and date be used in the hash string to make it even more unique

Value

a character string unlikely to occur again

Author(s)

Fabian Mueller

Examples

getHashString()

demuellae/muRtools documentation built on Sept. 8, 2023, 4:32 p.m.