Code
format(desc$get_authors()[2])
Output
[1] "Gábor Csárdi <csardi.gabor@gmail.com> [ctb] (ORCID: <https://orcid.org/0000-0001-7098-9676>, what: he did it)"
Code
format(desc$get_authors()[2])
Output
[1] "Gábor Csárdi <csardi.gabor@gmail.com> [ctb] (what: he did it, ORCID: <https://orcid.org/0000-0001-7098-9676>)"
Code
format(desc$get_authors()[5])
Output
[1] "Gábor Csárdi <csardi.gabor@gmail.com> [ctb] (Really?, ORCID: <https://orcid.org/0000-0001-7098-9676>)"
Code
format(desc$get_authors()[1])
Condition
Warning in `person1()`:
Invalid ORCID iD: '1000-0003-4757-117X'.
Output
[1] "Hadley Wickham <h.wickham@gmail.com> [aut, cre, cph] (ORCID: <https://orcid.org/1000-0003-4757-117X>)"
Code
format(desc$get_authors()[5])
Output
[1] "Bugs Bunny <bugs.bunny@acme.com> [ctb] (ORCID: <https://orcid.org/0000-0002-0775-162X>)"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.