Reads file in Sybyl mol2 format.

read_mol2(filename)

Arguments

filename

the name of the mol2 file to be read

Value

Molecular database (mdb)

Examples

## Load mol2 file
# NOT RUN { mdb <- read_mol2("fname.mol2") # }