Print the name and compact contents of variable.
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.