ropensci / EDIutils

An API Client for the Environmental Data Initiative Repository
https://docs.ropensci.org/EDIutils/
Other
10 stars 2 forks source link

updated download metrics vignette. #33

Closed cgries closed 2 years ago

cgries commented 2 years ago

introductory text added and code is much faster and tidyer than before.

clnsmth commented 2 years ago

Thanks @cgries! I'm in the middle of implementing changes that would simplify this vignette, specifically a way for users to get a data.frame from functions that otherwise return XML. I'll check in when it's complete and see if you have time to refactor this PR slightly.

clnsmth commented 2 years ago

@cgries Functions used in the Retrieve Citation Metrics and Retrieve Download Metrics vignettes now have an option to return data frames rather than xml. Could you refactor these two vignettes to use the data frame option?