ROI_plugin_register_reader_writer | R Documentation |
Register a new reader / writer method to be used with
read.io
/ write.io
.
ROI_plugin_register_reader(type, solver, method)
ROI_plugin_register_writer(type, solver, signature, method)
type |
a character giving the type of the file
(e.g. |
solver |
a character giving the name of the plugin (e.g. |
method |
a function registered as reader / writer method. |
signature |
a data.frame giving the signature of the optimization problems which can be read or written by the registered method. |
File Types
Method
NULL on success
Other input output:
ROI_read()
,
ROI_registered_reader()
,
ROI_registered_writer()
,
ROI_write()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.