convertFormatFile: Convert Format of Files

Description Usage Arguments Value Author(s) References See Also Examples

Description

Convert a file from one format to another

Usage

1
convertFormatFile(from, to, fromFile, toFile)

Arguments

from

The format that fromFile is in. This should be a string supported by OpenBabel.

to

The format to convert toFile to.

fromFile

The name of the file to be converted

toFile

The name of the new file to be created or overwritten

Value

No value is returned. toFile will be created with the compound in the new format.

Author(s)

Kevin Horan

References

OpenBabel http://openbabel.org

See Also

convertFormat

Examples

1
2
3
4
	## Not run: 
		convertFormatFile("SMI","SDF","test.smiles","test.sdf")
	
## End(Not run)

girke-lab/ChemmineOB-release documentation built on May 17, 2019, 5:25 a.m.