powered by
read.folder.yEd reads several graphML files that were created by yEd and imports them as a conceptmaps object.
read.folder.yEd
read.folder.yEd(folder, strip = TRUE)
The path of a folder in which every graphML file is read.
Passed to the call of read.yEd that is used to import the single concept maps.
read.yEd
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.yEd("~/cmaps") # }
Run the code above in your browser using DataLab