Description Usage Arguments Value Examples
View source: R/f0.rbsb1.code.r
prints or prepares the character string tit
with more or less
emphasis. This function is a shortcut of form3title
indeed, it
just some specialized calls to it.
1 | form3titre(tit, empha=3, indent=2+2*empha, imp=TRUE)
|
tit |
the title to print (just one line) |
empha |
Level of emphasize. |
indent |
Number of spaces to introduce before the title |
imp |
Printing is performed and nothing is returned. If FALSE, the character string is returned (including possible new lines) |
either nothing or a character string according to imp
1 2 | rbsb3k("RESET"); # needed only for R checking, to be forgotten
form3titre("Some Title");
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.