check_empty_beautier_folder {beautier} | R Documentation |
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())
Arguments
beautier_folder |
the path to the beautier temporary files folder |
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.
Value
No return value, called for side effects.
Author(s)
Richèl J.C. Bilderbeek
See Also
use remove_beautier_folder to remove the default 'beautier' folder
Examples
remove_beautier_folder()
check_empty_beautier_folder()
remove_beautier_folder()
[Package beautier version 2.6.12 Index]