Skip to contents

Get elements

Usage

ch_element_symbol(n = 1)

ch_element_element(n = 1)

Arguments

n

(integer) number of things to get, any non-negative integer

See also

Examples

ch_element_symbol()
#> [1] "Md"
ch_element_symbol(10)
#>  [1] "Tm" "Cu" "Sc" "Lu" "Sm" "Ge" "Ti" "P"  "Hs" "Es"
ch_element_symbol(50)
#>  [1] "Sb" "Fe" "Na" "Sn" "Ne" "Sg" "U"  "Rb" "Ac" "Ga" "Np" "Sc" "Ni" "Os" "Ir"
#> [16] "Mc" "Sm" "Fr" "Lr" "Se" "Bi" "Ag" "H"  "Np" "At" "Np" "Te" "Ho" "Cu" "In"
#> [31] "Ca" "Ga" "V"  "Pd" "Cl" "C"  "Sb" "Os" "Cd" "Ac" "Ga" "B"  "Zr" "Re" "Np"
#> [46] "P"  "Pm" "Cm" "Nd" "Nb"

ch_element_element()
#> [1] "Lawrencium"
ch_element_element(10)
#>  [1] "Rubidium"   "Chlorine"   "Boron"      "Ruthenium"  "Lutetium"  
#>  [6] "Cerium"     "Berkelium"  "Molybdenum" "Indium"     "Radium"    
ch_element_element(50)
#>  [1] "Nihonium"      "Zirconium"     "Praseodymium"  "Strontium"    
#>  [5] "Dysprosium"    "Magnesium"     "Praseodymium"  "Gallium"      
#>  [9] "Caesium"       "Aluminium"     "Zirconium"     "Argon"        
#> [13] "Phosphorus"    "Strontium"     "Molybdenum"    "Bismuth"      
#> [17] "Antimony"      "Oganesson"     "Californium"   "Neodymium"    
#> [21] "Beryllium"     "Molybdenum"    "Osmium"        "Einsteinium"  
#> [25] "Protactinium"  "Cadmium"       "Xenon"         "Tellurium"    
#> [29] "Rutherfordium" "Bismuth"       "Tellurium"     "Rhodium"      
#> [33] "Uranium"       "Bromine"       "Titanium"      "Francium"     
#> [37] "Actinium"      "Iron"          "Iodine"        "Radium"       
#> [41] "Moscovium"     "Flerovium"     "Lanthanum"     "Copernicium"  
#> [45] "Indium"        "Magnesium"     "Ytterbium"     "Zinc"         
#> [49] "Americium"     "Xenon"