get_beautier_tempfilename: Get a temporary filename

View source: R/get_beautier_tempfilename.R

get_beautier_tempfilenameR Documentation

Get a temporary filename

Description

Get a temporary filename, similar to tempfile, except that it always writes to a temporary folder named beautier.

Usage

get_beautier_tempfilename(pattern = "file", fileext = "")

Arguments

pattern

a non-empty character vector giving the initial part of the name.

fileext

a non-empty character vector giving the file extension

Value

name for a temporary file

Note

this function is added to make sure no temporary cache files are left undeleted


beautier documentation built on Nov. 2, 2023, 5:08 p.m.