cbk.periodic: Return properties of elements from a periotic-table

Description Usage Arguments Value Examples

View source: R/cbk.periodic.R

Description

Return properties of elements from a periotic-table. Specify property of your concern otherwise this return dataframe of periodic table.

Usage

1
cbk.periodic(property = NULL)

Arguments

property

A name of PROPERTY that is one of 'atomicnumber', 'volatility', or 'compatibility'

Value

A numeric vector of element property with label or dataframe of periodic-table

Examples

1
2
3
4
cbk.periodic()
cbk.periodic("atomicnumber")
cbk.periodic("volatility")
cbk.periodic("compatibility")

misasa/chelyabinsk documentation built on Nov. 24, 2020, 5:47 a.m.