Get a temporary filename, similar to tempfile, except that it always writes to a temporary folder named beastier.
Examples
get_beastier_tempfilename()
#> [1] "/github/home/.cache/beastier/file1a5d4fa513e5"
get_beastier_tempfilename(pattern = "my_pattern_")
#> [1] "/github/home/.cache/beastier/my_pattern_1a5d1d2dab69"
get_beastier_tempfilename(fileext = ".ext")
#> [1] "/github/home/.cache/beastier/file1a5d760d838e.ext"