Learn R Programming

siera (version 0.5.5)

.generate_program_header: Generate the programme header banner

Description

Internal helper that produces the standardised programme banner inserted at the top of each generated ARD script.

Usage

.generate_program_header(OutputId, Output_Name, date)

Value

Character string containing the formatted programme header.

Arguments

OutputId

Identifier of the output being generated.

Output_Name

Human-readable name of the output.

date

Timestamp used for the header creation date.