read.folder.yEd: Importing a set of concept maps from GraphML files.

Description Usage Arguments Value Examples

Description

read.folder.yEd reads several graphML files that were created by yEd and imports them as a conceptmaps object.

Usage

1
read.folder.yEd(folder, strip = TRUE)

Arguments

folder

The path of a folder in which every graphML file is read.

strip

Passed to the call of read.yEd that is used to import the single concept maps.

Value

A list consisting of a conceptmaps object and the list of filenames (in the same order as the maps in the conceptmaps object).

Examples

1
2
3
4
5
## Not run: 
#Assuming that the data is in the folder "~/cmaps"
cm = read.folder.yEd("~/cmaps")

## End(Not run)

comato documentation built on May 2, 2019, 6:52 a.m.