powered by
This function does some formatting of output.
output.format1(stringtype, label, rep.N=1,stringlength=70)
Generates a string output at the R console
Type of string for display, e.g. "*", "-", ...
"*"
"-"
Some comment which should be displayed at the console
Number of lines which shall be left blank
Length of vector with label
label
output.format1(stringtype="*'", label="HELLO WORLD", stringlength=20) ## *'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*' ## HELLO WORLD
Run the code above in your browser using DataLab