start_ontology {ontologics} | R Documentation |
Start an ontology
Description
Start an ontology
Usage
start_ontology(
name = NULL,
version = NULL,
path = NULL,
code = ".xx",
description = NULL,
homepage = NULL,
uri_prefix = NULL,
license = NULL,
notes = NULL
)
Arguments
name |
|
version |
|
path |
|
code |
|
description |
|
homepage |
|
uri_prefix |
|
license |
|
notes |
|
Value
it returns the new, empty ontology and also stores that within the
directory specified in path
.
Examples
start_ontology(name = "crops", path = tempdir())
[Package ontologics version 0.7.0 Index]