Learn R Programming

umx (version 1.7.5)

umx_msg: umx_msg

Description

Helper function to make dumping "ObjectName has the value: <objectvalue>" easy.

Usage

umx_msg(x)

Arguments

x

the thing you want to print

Value

- NULL

References

- http://tbates.github.io, https://github.com/tbates/umx, http://openmx.ssri.psu.edu

See Also

Other Utility Functions: qm, umx_find_object, umx_grep, umx_names, umx_paste_names, umx_pb_note, umx_print, umx_rename, umx

Examples

Run this code
# NOT RUN {
a = "brian"
umx_msg(a)
b = c("brian", "sally", "jane")
umx_msg(b)
# }

Run the code above in your browser using DataLab