pophelper (version 2.3.0)

is.qlist: Verify if a qlist is formatted correctly.

Description

Verify if a qlist is formatted correctly.

Usage

is.qlist(qlist = NULL)

Arguments

qlist

A qlist object.

Value

Nothing.

Details

Returns error if the object is not a list, contents are not data.frames or NA list elements or missing run labels. Warnings are generated for non standard column labels or missing attributes 'ind' and 'k'. Warnings can be fixed by running as.qlist.

See Also

as.list

Examples

Run this code
# NOT RUN {
sfiles <- list.files(path=system.file("files/structure",package="pophelper"),
full.names=TRUE)
slist <- readQ(sfiles)
is.qlist(slist)
# }

Run the code above in your browser using DataCamp Workspace