Learn R Programming

summarytools (version 0.8.3)

cleartmp: Delete Temporary Html Files

Description

Delete temporary files created when using generic print method with method='browser' or method='viewer', or when calling view() function.

Usage

cleartmp(all = FALSE, silent = FALSE)

Arguments

all

Logical. When TRUE, all temporary summarytools are deleted. When FALSE (default), only the latest is.

silent

Hide confirmation messages (FALSE by default).

Details

All temporary files are deleted automatically when R session is ended. This function is thus an overkill in most circumstances.