View source: R/output.format1.R
output.format1 | R Documentation |
This function does some formatting of output.
output.format1(stringtype, label, rep.N=1,stringlength=70)
stringtype |
Type of string for display, e.g. |
label |
Some comment which should be displayed at the console |
rep.N |
Number of lines which shall be left blank |
stringlength |
Length of vector with |
Generates a string output at the R console
output.format1(stringtype="*'", label="HELLO WORLD", stringlength=20)
## *'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'
## HELLO WORLD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.