Delete a timing log from .pipetime_env.
If log = NULL, all logs are removed, but only when force = TRUE.
Usage
rm_log(log = NULL, force = FALSE)
Arguments
- log
Character string or NULL. Name of the log to remove. If NULL, all logs are targeted.
- force
Logical. To remove all logs, force must be TRUE. Default: FALSE.