Description Usage Arguments Value Author(s) References See Also Examples
Convert a file from one format to another
1 | convertFormatFile(from, to, fromFile, toFile)
|
from |
The format that |
to |
The format to convert |
fromFile |
The name of the file to be converted |
toFile |
The name of the new file to be created or overwritten |
No value is returned. toFile
will be created with the compound in the new format.
Kevin Horan
OpenBabel http://openbabel.org
1 2 3 4 | ## Not run:
convertFormatFile("SMI","SDF","test.smiles","test.sdf")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.