Learn R Programming

commentr (version 1.0.4)

full_line: Helper function to create string with repeated hashtags

Description

Helper function to create string with repeated hashtags

Usage

full_line(..., token = "#")

Arguments

...
arguments passed to comment_width
token
a character specifying the comment symbol. "#" by default.