Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
This is not directly invoking the Zenodo API but rather the HTML Zenodo interface to be able to grab the export citation content for a given format. A generic function should be designed taking as arguments the record
idand theformat. Wrapper functions for each format may be designed.For scraping html, to investigate if it can be done directly with
httrto avoid adding extra dep not required (e.g. scrapeR), unless there is no choice.