This function helps clean up after readr and other functions that use the temp directory to store transient files. Sometimes this can balloon in size and it is useful run this command to clean things up.

delete_rtmp_dirs(are_you_sure = FALSE)

Arguments

are_you_sure

logical Defaults to FALSE so that a user does not do this by accident.