# NOT RUN {
library(umx)
umx_set_separator() # show current state
old = umx_set_separator(silent=TRUE) # store existing value
umx_set_separator("|")
umxAPA(.3, .2)
umx_set_separator(old) # reinstate
# }
Run the code above in your browser using DataLab