public interface RDataConverter
| Modifier and Type | Method and Description |
|---|---|
RDataConversionResult |
convert(File in,
File out)
Converts an input file to an output file.
|
Set<String> |
getSupportedInputs()
Gets the supported inputs.
|
String |
getSupportedOutput()
Gets the supported output.
|
Set<String> getSupportedInputs()
String getSupportedOutput()
RDataConversionResult convert(File in, File out)
in - The input file.out - The output file.Copyright © 2016. All rights reserved.