View source: R/start_ontology.R
start_ontology | R Documentation |
Start an ontology
start_ontology(
name = NULL,
version = NULL,
path = NULL,
code = ".xx",
description = NULL,
homepage = NULL,
uri_prefix = NULL,
license = NULL,
notes = NULL
)
name |
|
version |
|
path |
|
code |
|
description |
|
homepage |
|
uri_prefix |
|
license |
|
notes |
|
it returns the new, empty ontology and also stores that within the
directory specified in path
.
start_ontology(name = "crops", path = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.