Learn R Programming

pophelper (version 2.1.0)

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

qlist

A qlist object.

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.