tmpmd5file: A hopefully more robust version of tempfile().

View source: R/helpers_misc.R

tmpmd5fileR Documentation

A hopefully more robust version of tempfile().

Description

A hopefully more robust version of tempfile().

Usage

tmpmd5file(pattern = "", suffix = "", digits = 6, body = NULL, fileext = "")

Arguments

pattern

Filename prefix.

suffix

Filename suffix.

digits

Currently I use Sys.time() with this number of digits.

body

No implemented, intended to use other sources of digest()

fileext

Filename extension as per tempfile().

Value

md5 based tempfilename.


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.