-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking coverage of OA entities #211
base: main
Are you sure you want to change the base?
Conversation
@trangdata Could you help me double check my understanding of how we process variables from Work objects? And feel free to suggest anything to add to the |
Thank you for putting this together @yjunechoe 💯 We needed this a long time ago. You're as thorough as always! 🚀 I will make a PR if I think of other things to add to |
I like this functionality. One point: in the case of e.g. biblio, where there are values extracted, it would be great if the field could be specified, e.g. That would make it clearer to understand and also make it possible to rename sub fields after extraction. |
Oh - I would also suggest to add the sorting of the fields in this function (or a separate function). |
New file
openalexR-coverage.R
tracksoa2df()
's coverage of OA entity fields (currently just one draft for the Work entity)New function
get_coverage()
introduces an interface to the coverage information, given an entityThis could also use some tests to ensure a match between what
oa2df()
actually returns vs. what we say it returns.