Description Usage Arguments Details Value Author(s) See Also Examples
Outputs the objects names and values.
1 |
... |
R objects. |
prefix |
character string to be printed before values. |
This function is useful for debugging where it can be useful to know the name of the object associated with the displayed value.
The actual printout depends on option getOption("amisc.testing").
If it is set to FALSE (default) nothing happens.
If set to options(amisc.testing = TRUE) test output is produced.
None (invisible NULL).
Andrej Blejec andrej.blejec@nib.si
To control options see options and .onLoad, cat for print controls.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.