Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 836 Bytes

index.md

File metadata and controls

51 lines (35 loc) · 836 Bytes
CurrentModule = Dataverse

Dataverse.jl

This package is about interfaces to the Dataverse data collections and APIs.

👉 demo notebook and notebook code

!!! warning This package is in early development stage.

For example:

using Dataverse 

DOI="doi:10.7910/DVN/EE3C40"
files=Dataverse.file_list(DOI)
Dataverse.file_download(DOI,files.filename[1])

or

(header,dataverses,datasets)=Dataverse.dataverse_scan(:ECCOv4r2)

then

files=Dataverse.file_list(datasets.persistentUrl[1])

and

Dataverse.file_download(files,files.filename[1])

Julia Dataverse API

file_list
file_download
dataverse_scan
unzip
untargz