View source: R/semantic_enrich.R
validate_ontol_nw | R Documentation |
Performs tests on a graph object in preparation for semantic enrichment.
validate_ontol_nw(graph)
graph |
graph object to validate. |
The tests are:
Is graph coercible to tidygraph
format?
Is graph directed?
Does graph contains one component (is one ontology)?
input graph or validation errors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.