Learn R Programming

fritools (version 4.6.0)

wipe_tempdir: Wipe Clean the tempdir()

Description

I often need a clean temporary directory.

Usage

wipe_tempdir(recreate = FALSE)

Value

The path to the temporary directory.

Arguments

recreate

Use the method described in the examples section of tempdir (using tempdir(check = TRUE), this results in a new path.)

See Also

Other R memory functions: memory_hogs(), wipe_clean()

Other operating system functions: clipboard_path(), file_copy(), file_save(), get_boolean_envvar(), get_run_r_tests(), is_installed(), is_r_package_installed(), is_success(), is_windows(), view(), vim(), with_dir()