Get the dataverse URLs: get_doi() does this in principle, but it's not the most intuitive name. Maybe something like dataverse_url(repo)?
Listing what's in the repos, basically some wrapper around dvn_state() with some friendlier output.
Convenience function for downloading/unzipping data files? I think data verse::get_file() returns a binary blob, rather than directly reading the CSV data.
get_doi()
does this in principle, but it's not the most intuitive name. Maybe something likedataverse_url(repo)
?dvn_state()
with some friendlier output.data verse::get_file()
returns a binary blob, rather than directly reading the CSV data.