transfer_props {cinf}R Documentation

Transfer properties from one mdb to another

Description

Transfers properties from one mdb to another

Usage

transfer_props(mdb_target, mdb_source)

Arguments

mdb_target

Target molecular database for property transfer

mdb_source

Source molecular database for property transfer

Value

Target molecular database with transferred properties

Examples

## Not run: 
mdb_t <- transfer_props(mdb_t, mdb_s)

## End(Not run)

[Package cinf version 0.0-19 Index]