comr_h3: Headline 4 comment for R

Description Usage Arguments Examples

View source: R/comr.R

Description

Gives comments with left indentation. Without capitalization when arg2 is missing.

Usage

1
comr_h4(arg1 = "Headline 1", capit = FALSE)

Arguments

title

String for title.

width

Number of characters (integer) for width of line. Default is 80.

align

String for alignment of title. Default is "right". Other options are "left" and "center".

capit

If title should be in capitals. True or false.

fill

String for type of filler. Default is " " for white space. Can be any character (e.g., "#").

Examples

1
comr_h4("Headline 1")

DvP17/comr documentation built on Sept. 11, 2021, 3:38 a.m.