test.Rmd 604 B

1234567891011121314151617181920212223242526272829
  1. ---
  2. output: blastula::blastula_email
  3. ---
  4. ```{r, echo=FALSE}
  5. profiles = rorcid::orcid_search(grant_number = 327654276)
  6. nrow(profiles)-1
  7. i=1
  8. info= rorcid::orcid_id(as.character(profiles [i,3]))
  9. ```
  10. Dear SFB team,
  11. I am working on the creation of personal page for each of you in the next SFB1315-output.de website, working from your orcid profile. I am accessing the profiles automatically using the following code:
  12. ```{r}
  13. profiles = rorcid::orcid_search(grant_number = 327654276)
  14. nrow(profiles)-1
  15. info
  16. a= as.character("0000-0002-3127-5520")
  17. HERETEXT = rorcid::orcid_id(a)$biography$content
  18. ```