Learn R Programming

beastier (version 2.5)

get_beastier_tempfilename: Get a temporary filename

Description

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

Usage

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

Value

name for a temporary file

Arguments

pattern

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

fileext

a non-empty character vector giving the file extension

Author

Richèl J.C. Bilderbeek

Examples

Run this code
get_beastier_tempfilename()
get_beastier_tempfilename(pattern = "my_pattern_")
get_beastier_tempfilename(fileext = ".ext")

Run the code above in your browser using DataLab