write_log_header {logrx} | R Documentation |
Formatting of log file section headers
Description
write_log_header
formats a string and returns it as a formatted log file
section header
Usage
write_log_header(title_string)
Arguments
title_string |
String. Used as section title |
Value
Vector of strings. Formatted log file section header
Examples
## Not run:
write_log_header("Section Header")
## End(Not run)
[Package logrx version 0.3.1 Index]