dump_concept | R Documentation |
produce character stream for use with Protege entities/class hierarchy ingestion based on biocViews subgraphs
dump_concept(x, edob = edges(biocViewsVocab))
x |
character(1) name of a node in the biocViewsVocab graph |
edob |
a list as produced by graph::edges |
a character atom with x abutting left and edge targets tab-indented
cat(substring(dump_concept("ResearchField"), 1, 152), "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.