Closed JBGruber closed 1 year ago
As we discussed, you can now run functions quitely using verbose = FALSE in all functions that emit output. Or set globally using Sys.setenv(ATR_VERBOSE = FALSE).
verbose = FALSE
Sys.setenv(ATR_VERBOSE = FALSE)
As we discussed, you can now run functions quitely using
verbose = FALSE
in all functions that emit output. Or set globally usingSys.setenv(ATR_VERBOSE = FALSE)
.