get_props {cinf}R Documentation

Get data frame with property values

Description

Returns a data frame for the specified property names

Usage

get_props(moldbase, propnames)

Arguments

moldbase

Molecular database

propnames

The list of property names. Default - the list of all property names

Value

Data frame with property values

Examples

data("alkans74")
get_props(alkans74.mdb, c("bp", "mp"))

[Package cinf version 0.0-19 Index]