Skip to content
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

Add wrapper to get versions for a record DOI (or concept DOI) #34

Closed
eblondel opened this issue Aug 7, 2020 · 0 comments
Closed

Add wrapper to get versions for a record DOI (or concept DOI) #34

eblondel opened this issue Aug 7, 2020 · 0 comments
Assignees
Milestone

Comments

@eblondel
Copy link
Owner

eblondel commented Aug 7, 2020

The aim is to add a simple wrapper function to get versions of a public record identified by its DOI or its concept DOI, calling the function ZenodoRecord$getVersions.

Example of execution:

get_versions("10.5281/zenodo.2547036")

Output:

        date  version                    doi
1 2019-01-22 0.1-beta 10.5281/zenodo.2547037
2 2019-06-03      0.1 10.5281/zenodo.3238351
3 2019-08-02      0.2 10.5281/zenodo.3358590
4 2019-08-27      0.3 10.5281/zenodo.3378733
@eblondel eblondel added this to the 0.4 milestone Aug 7, 2020
@eblondel eblondel self-assigned this Aug 7, 2020
eblondel added a commit that referenced this issue Aug 7, 2020
eblondel added a commit that referenced this issue Aug 7, 2020
@eblondel eblondel closed this as completed Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant