Last chance! 50% off unlimited learning
Sale ends in
Helper function to make dumping "ObjectName has the value: <objectvalue>" easy.
This is primarily useful for inline debugging, where seeing "nVar = NULL" can be useful,
and the code umxMsg(nVar)
makes this easy.
umx_msg(x)
the thing you want to pretty-print
- NULL
Other Utility Functions: qm
,
umx_find_object
, umx_names
,
umx_paste_names
, umx_pb_note
,
umx_print
, umx_rename
,
umx
# NOT RUN {
a = "brian"
umx_msg(a)
b = c("brian", "sally", "jane")
umx_msg(b)
umx_msg(mtcars)
# }
Run the code above in your browser using DataLab