powered by
umx_rot rotates the items of a vector (1 place, by default). So: c(1,2,3) -> c(2,3,1)
umx_rot
umx_rot(vec, na.last = FALSE)
mxModel()
vector to rotate
Whether to set the last value to NA (default = FALSE)
https://tbates.github.io
Other String Functions: umx_explode_twin_names(), umx_explode(), umx_grep(), umx_names(), umx_paste_names(), umx_str_chars(), umx_str_from_object(), umx_trim(), umx
umx_explode_twin_names()
umx_explode()
umx_grep()
umx_names()
umx_paste_names()
umx_str_chars()
umx_str_from_object()
umx_trim()
umx
umx_rot(1:10) umx_rot(c(3,4,5,6,7)) # [1] 4 5 6 7 3
Run the code above in your browser using DataLab