Description Usage Arguments Value Examples
Converts a list of class pertaining to printfile_defaults
into a character
vector ready to be written to file
1 | format_printfile(printfile_comp)
|
printfile_comp |
A list of class pertaining to a Gadget printfile component,
see |
Character vector of the printfile component ready to be printed to file complete with tabs and newlines
1 2 3 | cod <- list(stockname = "cod", printfile = "printfile")
cod_std <- update_printfile(stock_std, cod)
cod_std_pf <- format_printfile(cod_std)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.