ROI_registered_reader: List Registered Reader

View source: R/io_tools.R

ROI_registered_readerR Documentation

List Registered Reader

Description

Retrieve meta information about the registered reader

Usage

ROI_registered_reader(type = NULL)

Arguments

type

an optional character giving the type of the file (e.g. "mps_free", "mps_fixed", "lp_cplex", "lp_lpsolve", ...).

Value

x a data.frame containing information about the registered readers.

See Also

Other input output: ROI_plugin_register_reader_writer, ROI_read(), ROI_registered_writer(), ROI_write()

Examples

ROI_registered_reader()
ROI_registered_reader("mps_fixed")

ROI documentation built on April 21, 2023, 1:11 a.m.