Learn R Programming

beautier (version 2.6.12)

check_empty_beautier_folder: Internal function

Description

Internal function to verify that, if there are `beautier` temporary files created, these are also cleaned up, as by CRAN policy.

Usage

check_empty_beautier_folder(beautier_folder = get_beautier_folder())

Value

No return value, called for side effects.

Arguments

beautier_folder

the path to the beautier temporary files folder

Author

Richèl J.C. Bilderbeek

Details

If the `beautier` folder does not exist, this function does nothing. If there are folder and/or files in the `beautier` folder, an error is given.

See Also

use remove_beautier_folder to remove the default `beautier` folder

Examples

Run this code
remove_beautier_folder()

check_empty_beautier_folder()

remove_beautier_folder()

Run the code above in your browser using DataLab