umx_check_OS | R Documentation |
Check what OS we are running on (current default is OS X). Returns a boolean. Optionally warn or die on failure of the test
umx_check_OS(
target = c("OSX", "SunOS", "Linux", "Windows"),
action = c("ignore", "warn", "die")
)
target |
Which OS(s) you wish to check for (default = "OSX") |
action |
What to do on failure of the test: nothing (default), warn or die |
TRUE if on the specified OS (else FALSE)
Other Test:
umx_check_model()
,
umx_check_names()
,
umx_check_parallel()
,
umx_check()
,
umx_has_CIs()
,
umx_has_been_run()
,
umx_has_means()
,
umx_has_square_brackets()
,
umx_is_MxData()
,
umx_is_MxMatrix()
,
umx_is_MxModel()
,
umx_is_RAM()
,
umx_is_cov()
umx_check_OS()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.