Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgallou committed Nov 29, 2023
1 parent a07b280 commit 5e6729f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions R/data-encyclopedists.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
#' 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 12 variables:
#' @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}{authors' affiliations}
#' \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}
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ encyclopedists
#> # A tibble: 4 × 10
#> given_name family_name email phone orcid supervision writing note
#> <chr> <chr> <chr> <chr> <chr> <dbl> <dbl> <chr>
#> 1 Denis Diderot dider… 00 0… 0000… 1 1 born…
#> 1 Denis Diderot dider… +1234 0000… 1 1 born…
#> 2 Jean-Jacques Rousseau rouss… <NA> 0000… NA 1 <NA>
#> 3 François-Marie Arouet aroue… <NA> <NA> NA 1 also…
#> 4 Jean Le Rond d'Alembert alemb… <NA> 0000… 1 1 born…
#> # ℹ 2 more variables: affiliation1 <chr>, affiliation2 <chr>
#> # ℹ 2 more variables: affiliation_1 <chr>, affiliation_2 <chr>

Plume$new(encyclopedists)
#> # A tibble: 4 × 11
#> id given_name family_name literal_name initials email phone orcid note
#> <int> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 1 Denis Diderot Denis Dider… DD dide… 00 0… 0000… born…
#> 1 1 Denis Diderot Denis Dider… DD dide… +1234 0000… born…
#> 2 2 Jean-Jacques Rousseau Jean-Jacque… J-JR rous… <NA> 0000… <NA>
#> 3 3 François-Marie Arouet François-Ma… F-MA arou… <NA> <NA> also…
#> 4 4 Jean Le Rond d'… Jean Le Ron… JLRd'A alem… <NA> 0000… born…
Expand Down Expand Up @@ -102,7 +102,7 @@ aut$to_yaml()
given: Denis
family: Diderot
email: diderot@encyclopediste.fr
phone: 00 00 00 01
phone: '+1234'
orcid: 0000-0000-0000-0001
note: born in 1713 in Langres
attributes:
Expand Down
4 changes: 2 additions & 2 deletions man/encyclopedists.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5e6729f

Please sign in to comment.