Description Usage Arguments Details Value Examples
Takes one or more TESS cluster run files and converts them to a list of dataframes.
1 |
files |
A character or character vector of one or more TESS cluster run
files. Use |
See the vignette for more details. Use collectRunsTess()
to collect TESS runs into one directory.
A list of lists with dataframes is returned. List items are named by input filename.
1 2 3 4 | tfiles <- list.files(path=system.file("files/tess",package="pophelper"),
full.names=TRUE)
# create a qlist
tlist <- readQTess(tfiles)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.