# NOT RUN {
sfiles <- list.files(path=system.file("files/structure",package="pophelper"),full.names=TRUE)
#create a qlist of all runs
slist <- readQStructure(sfiles)
#use ind names from file
readQStructure(sfiles[1],indlabfromfile=T)
#access the first run
readQStructure(sfiles)[[1]]
#access names of runs
names(slist)
#@export
# }
Run the code above in your browser using DataLab