umx_msg | R Documentation |
Helper function to ease debugging with console notes like: "ObjectName = \<Object Value\>".
This is primarily useful for inline debugging, where seeing, e.g., "nVar = 3" can be useful.
The ability to say umx_msg(nVar)
makes this easy.
umx_msg(x)
x |
the thing you want to pretty-print |
NULL
Other Miscellaneous Utility Functions:
install.OpenMx()
,
libs()
,
qm()
,
umxLav2RAM()
,
umxModelNames()
,
umxRAM2Lav()
,
umxVersion()
,
umx_array_shift()
,
umx_find_object()
,
umx_lower.tri()
,
umx_open_CRAN_page()
,
umx_pad()
,
umx_print()
,
umx
a = "brian"
umx_msg(a)
b = c("brian", "sally", "jane")
umx_msg(b)
umx_msg(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.