is.qlist: Verify if a qlist is formatted correctly.
Description
Verify if a qlist is formatted correctly.
Usage
is.qlist(qlist = NULL, warn = TRUE)
Arguments
warn
A logical indicating if a warning must be printed to screen.
Value
A logical TRUE or FALSE depending on if the list meets critical qlist
requirements. For non-critical issues, a warning is printed if warn=TRUE
.