Learn R Programming

umx (version 1.4.0)

umx_msg: umx_msg

Description

Helper function to make dumping "ObjectName has the value: " 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.psyc.virginia.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
a = "brian"
umx_msg(a)
b = c("brian", "sally", "jane")
umx_msg(b)

Run the code above in your browser using DataLab