powered by
read.folder.tgf reads several TGF files and imports them as a conceptmaps object.
read.folder.tgf
read.folder.tgf(folder, strip = TRUE)
The path of a folder in which every TGF file is read.
Passed to the call of read.tgf that is used to import the single concept maps.
read.tgf
A list consisting of a conceptmaps object and the list of filenames (in the same order as the maps in the conceptmaps object).
# NOT RUN { #Assuming that the data is in the folder "~/cmaps" cm = read.folder.tgf("~/cmaps") # }
Run the code above in your browser using DataLab