This function list all the versions of a deposit associated with a parent id. The parent id is used to identify a set of works that are different versions of the same work. The parent id is provided from the Zenodo API. If you download a JSON representation of the deposit (export to json), there will be an attribute in that json called parent that looks like "https://zenodo.org/api/records/15020049". The 8 digit string at the end of the url is the parent id.
Value
Data frame. The data frame contains the Zenodo id for each version of the deposit, as well as the version name, and logical field called latest that indicates if this is the latest version.
See also
Other WDDS deposit:
batch_download_deposit_versions()
,
download_deposit_version()
,
sanitize_version()
,
set_wdds_version()
,
wdds_data_templates()
,
wdds_example_data()
,
wdds_json()