dataframe to add column with a single data from zenodo #83
Unanswered
bonushenricus
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Emmanuel
now that I've learned how to enter a record
I'm trying to figure out how to extract a single data to put in a data.frame.
An example: I have two codes (in description or in title) of two objects in zenodo.
code_vindicta <- c("ENGA22060401","ENGA22061201")
code_vindicta <- matrix(code_vindicta,nrow = 2,ncol = 1, byrow = T)
I would like to write a new column with the corresponding zenodo ids.
Now I try it myself, but if you already have an answer because you already know how to use the classes you have done, I'm all listening. I'm not a professional user of R!
Best regards
Beta Was this translation helpful? Give feedback.
All reactions