read_mol2: Read Sybyl mol2-file

Description Usage Arguments Value Examples

View source: R/cinf-mol2.R

Description

Reads file in Sybyl mol2 format.

Usage

1
read_mol2(filename)

Arguments

filename

the name of the mol2 file to be read

Value

Molecular database (mdb)

Examples

1
2
3
4
5
## Load mol2 file
## Not run: 
mdb <- read_mol2("fname.mol2")

## End(Not run)

cinf documentation built on May 2, 2019, 5 p.m.

Related to read_mol2 in cinf...