R/data-encyclopedists.R

#' Famous encyclopedists
#'
#' Data on four famous authors of the Encyclopédie (originally "Encyclopédie, ou
#' dictionnaire raisonné des sciences, des arts et des métiers") published in
#' France in the second half of the 18th century. The data set is available in
#' English (`encyclopedists`) and French (`encyclopedists_fr`).
#'
#' @format A tibble with 4 rows and 10 variables:
#' \describe{
#'   \item{given_name,prénom}{authors' given names}
#'   \item{family_name,nom}{authors' family names}
#'   \item{email,courriel}{authors' email addresses}
#'   \item{phone,téléphone}{authors' phone numbers}
#'   \item{orcid}{authors' ORCID}
#'   \item{affiliation_1,affiliation_2}{authors' affiliations}
#'   \item{supervision}{authors that supervised the project}
#'   \item{writing,rédaction}{authors involved in the writing}
#'   \item{note}{special notes about authors}
#' }
#' @examples
#' encyclopedists
#'
#' encyclopedists_fr
"encyclopedists"

#' @rdname encyclopedists
#' @format NULL
"encyclopedists_fr"

Try the plume package in your browser

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

plume documentation built on Sept. 12, 2024, 7:31 a.m.