# NOT RUN {
path_temp()
path_temp("does-not-exist")
file_temp()
file_temp(ext = "png")
file_temp("image", ext = "png")
# You can make the temp file paths deterministic
file_temp_push(letters)
file_temp()
file_temp()
# Or explicitly remove values
while (!is.null(file_temp_pop())) next
file_temp_pop()
# }
Run the code above in your browser using DataLab