Learn R Programming

summarytools (version 0.9.2)

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 = TRUE, silent = FALSE, verbose = FALSE)

Arguments

all

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

silent

Logical. Hide confirmation messages (FALSE by default).

verbose

Logical. Display a message for every file that is deleted. FALSE by default.

Details

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