Description Usage Arguments Value Examples
Return properties of elements from a periotic-table. Specify property of your concern otherwise this return dataframe of periodic table.
1 | cbk.periodic(property = NULL)
|
property |
A name of PROPERTY that is one of 'atomicnumber', 'volatility', or 'compatibility' |
A numeric vector of element property with label or dataframe of periodic-table
1 2 3 4 | cbk.periodic()
cbk.periodic("atomicnumber")
cbk.periodic("volatility")
cbk.periodic("compatibility")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.