We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The help file for log_file says:
log_file
#' @param overwrite logical: whether or not to overwrite the file at #' \code{file_name} if it already exists. Set to FALSE by default.
However, the default is actually TRUE: https://github.com/smbache/loggr/blob/master/R/log_file.R#L51
Which is the preferred behavior?
The text was updated successfully, but these errors were encountered:
Fixes issue smbache#26. Docs are updated to reflect function defaults.
4a61773
No branches or pull requests
The help file for
log_file
says:However, the default is actually TRUE: https://github.com/smbache/loggr/blob/master/R/log_file.R#L51
Which is the preferred behavior?
The text was updated successfully, but these errors were encountered: