1234567891011121314151617181920212223242526272829 |
- ---
- output: blastula::blastula_email
- ---
- ```{r, echo=FALSE}
- profiles = rorcid::orcid_search(grant_number = 327654276)
- nrow(profiles)-1
- i=1
- info= rorcid::orcid_id(as.character(profiles [i,3]))
- ```
- Dear SFB team,
- 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:
- ```{r}
- profiles = rorcid::orcid_search(grant_number = 327654276)
- nrow(profiles)-1
- info
- a= as.character("0000-0002-3127-5520")
- HERETEXT = rorcid::orcid_id(a)$biography$content
- ```
|