print_empty_line: Print an empty line
Description
Print an empty line
Usage
print_empty_line(html.output = FALSE)
Arguments
- html.output
logical. If TRUE, it outputs an empty line for an HTML
document, else an empty line for the standard R output. Default value:
FALSE.