R/data.R

#' Data from the periodic table of elements
#'
#' A dataset containing atomic numbers, chemical symbols, and
#' names of 118 elements.
#'
#' @format A data frame with 118 rows and 3 variables:
#' \describe{
#'   \item{Z}{Atomic number}
#'   \item{Symbol}{Chemical symbol}
#'   \item{Name}{Name of element}
#' }
#' @source \url{https://en.wikipedia.org/wiki/Symbol_(chemistry)}
"elements"

Try the relatable package in your browser

Any scripts or data that you put into this service are public.

relatable documentation built on May 2, 2019, 8:30 a.m.