# NOT RUN {
slist <- list.files(path=system.file("files/structure",package="pophelper"),full.names=TRUE)
#create a dataframe
runsToDfStructure(slist[1])
#use ind names from file
runsToDfStructure(slist[1],indlabfromfile=T)
#create a list of dataframes
runsToDfStructure(slist)
# }
Run the code above in your browser using DataLab