| fprint | R Documentation |
Displays format information from the global format library. When called without arguments, lists all registered format names. When called with a name, displays the full definition of that format.
fprint(name = NULL)
name |
Character. Optional name of a specific format to display.
If |
Invisible NULL. This function is for display only.
flist for a programmatic alternative that returns
a character vector of registered names.
fnew("M" = "Male", "F" = "Female", name = "sex")
flist() # character vector of names
fprint() # list all formats
fprint("sex") # show specific format
fclear()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.