Description Usage Arguments Value Examples
read.folder.yEd
reads several graphML files that were created by yEd and imports them as a conceptmaps object.
1 | read.folder.yEd(folder, strip = TRUE)
|
folder |
The path of a folder in which every graphML file is read. |
strip |
Passed to the call of |
A list consisting of a conceptmaps object and the list of filenames (in the same order as the maps in the conceptmaps object).
1 2 3 4 5 | ## Not run:
#Assuming that the data is in the folder "~/cmaps"
cm = read.folder.yEd("~/cmaps")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.