powered by
Checks across columns of a dataframe, return a vector of TRUE and FALSE, or, if all ==TRUE, a single binary (the default).
umx_is_numeric(df, all = TRUE)
Boolean or Boolean vector
A dataframe to check
Whether to return a single all() Boolean or each column individually.
https://github.com/tbates/umx, https://tbates.github.io
umx_is_class()
Other Check or test: umx_check_names(), umx_is_class(), umx_is_endogenous(), umx_is_exogenous(), umx_is_ordered(), umx
umx_check_names()
umx_is_endogenous()
umx_is_exogenous()
umx_is_ordered()
umx
umx_is_numeric(mtcars) # TRUE umx_is_numeric(mtcars, all=FALSE) # vector of TRUE
Run the code above in your browser using DataLab