Description Usage Arguments Value Examples
This method retrieves and sets the java reference the conceptmapper dictionary
1 2 3 4 5 6 7 8 9 |
.Object |
An instance of class |
value |
the reference of a XML Conceptmapper dictionary file already created |
java reference to the Conceptmapper dictionary
1 2 3 4 5 | dictionary <- new('CMdictionary')
dictRef(dictionary)
dictionary <- new('CMdictionary')
dict_file <- system.file('extdata', 'sample.cs.obo', package='OnassisJavaLibs')
dictRef(dictionary) <- .jnew('java/io/File', dict_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.