powered by
Takes one or more TESS cluster run files and converts them to a list of dataframes.
readQTess(files = NULL)
A character or character vector of one or more TESS cluster run files. Use choose.files(multi=TRUE) to select interactively.
choose.files(multi=TRUE)
A list of lists with dataframes is returned. List items are named by input filename.
See the vignette for more details. Use collectRunsTess() to collect TESS runs into one directory.
collectRunsTess()
# NOT RUN { tfiles <- list.files(path=system.file("files/tess",package="pophelper"), full.names=TRUE) # create a qlist tlist <- readQTess(tfiles) # }
Run the code above in your browser using DataLab