| TclTk-labels | R Documentation | 
Functions, that create Tcl/Tk labels.
tk_label() Uses the default color for labels (usually, black).
tk_label_blue() Uses the default color for titles (usually, blue).
tk_label(parent, text = "", ..., fg = NULL)
tk_label_blue(parent, text = "", ..., fg = Rcmdr::getRcmdr("title.color"))
tk_label_red(parent, ..., size = 8, weight = "bold", fg = "darkred")
| parent | ( | 
| text | (character) Label text. | 
| ... | Other arguments to pass to  | 
| fg | (character) Foreground color. | 
| size | (integer) Font size | 
| weight | (character) Font weight. | 
tcltk2::tk2label(), Rcmdr::labelRcmdr(), tcltk::ttklabel().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.