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/file65d2f8929a8"
get_beastier_tempfilename(pattern = "my_pattern_")
#> [1] "/github/home/.cache/beastier/my_pattern_65d79cec9cb"
get_beastier_tempfilename(fileext = ".ext")
#> [1] "/github/home/.cache/beastier/file65d110a6ae6.ext"
